Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: tiflash出现问题other error for mpp stream:
【TiDB Usage Environment】Production Environment
【TiDB Version】
【Reproduction Path】What operations were performed when the problem occurred
【Encountered Problem: Problem Phenomenon and Impact】
【Resource Configuration】Go to TiDB Dashboard - Cluster Info - Hosts and take a screenshot of this page
【Attachments: Screenshots/Logs/Monitoring】

Currently only using 6%
Try adjusting these parameters:
set @@tidb_allow_mpp=0;
SET GLOBAL tidb_server_memory_limit = "28GB";
set global tidb_mem_oom_action='LOG';
SET tidb_mem_quota_query = 24 << 30;
Did it run out of memory (OOM)?
The package is too large to send.
If the TiFlash node resources are insufficient, it may cause this error. Please check the CPU, memory, and disk usage of the TiFlash node.
Using too many associations caused an overflow, it’s better to remove some unnecessary tables.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.