Data Balancing Issues After TiKV Expansion

Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.

Original topic: Tikv扩容后数据均衡问题

| username: TiDBer_hwEZA4rV

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?

| username: weixiaobing | Original post link

You can check the monitoring of TiKV to see if the leaders and regions are balanced.

| username: xfworld | Original post link

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…

| username: tidb菜鸟一只 | Original post link

View it in Grafana.

| username: system | Original post link

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.