Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: Tiflash和haproxy同一个tidb节点会不会导致资源争用
[TiDB Usage Environment] Production Environment, Testing
[TiDB Version] v5.1.0
[Encountered Problem: Phenomenon and Impact]
I have a three-node TiDB setup with IPs 192.168.1.10, 192.168.20.y, and 192.168.1.30. The node 192.168.1.30 is configured for TiFlash queries (corresponding to 192.168.1.80/90), with isolation levels set to tidb and tiflash. The nodes 192.168.1.10 and 192.168.20.y are used for production, and these two TiDB nodes are configured with HAProxy. The HAProxy configuration file and startup service are set on 192.168.1.30. Recently, I noticed that many large queries directly accessing TiFlash are causing congestion in the production cluster. When these large queries are killed, the congestion decreases. I am wondering if sharing 192.168.1.30 in this manner could lead to resource contention, thereby causing the aforementioned issue?