Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: Tikv扩容后数据均衡问题
TiDB V6.5.2
Two new nodes were added to TiKV, and the scaling operation ended quickly, but the data should not have been balanced to the new nodes. Where can I see the results and progress of data balancing after scaling?
You can check the monitoring of TiKV to see if the leaders and regions are balanced.
Grafana…
After logging in, check the number of regions and the number of region leaders on each node.
The scaling operation belongs to operator create.
You can only see the quantity; the scheduling quantity is enough to indicate that it is working…
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.