We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please answer these questions before submitting your issue. Thanks!
tiflash_compute nodes
tiflash_storage nodes
set @@tidb_partition_prune_mode = 'static'; select count(*) from xxx_events;
region should balance.
regoin is not balace. We can see there is two aspects of not balancing:
tiflash_compute-0 -> tiflash_storage-0: 395 tiflash_compute-0 -> tiflash_storage-1: 1148 tiflash_compute-0 -> tiflash_storage-0: 1768 tiflash_compute-1 -> tiflash_storage-1: 4900
MySQL [test]> select tidb_version(); +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | tidb_version() | +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | Release Version: v6.7.0-alpha-111-gb417ad0689 Edition: Community Git Commit Hash: b417ad0689795a265df9cdba22c40871f50b7e55 Git Branch: master UTC Build Time: 2023-02-28 08:35:54 GoVersion: go1.19.1 Race Enabled: false TiKV Min Version: 6.2.0-alpha Check Table Before Drop: false Store: unistore | +--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ 1 row in set (0.001 sec)
The text was updated successfully, but these errors were encountered:
update client-c to fix region not balance for tiflash_compute node (#…
f1ce754
…6920) close #6916
Successfully merging a pull request may close this issue.
Bug Report
Please answer these questions before submitting your issue. Thanks!
1. Minimal reproduce step (Required)
tiflash_compute nodes
and twotiflash_storage nodes
2. What did you expect to see? (Required)
region should balance.
3. What did you see instead (Required)
regoin is not balace. We can see there is two aspects of not balancing:
4. What is your TiFlash version? (Required)
The text was updated successfully, but these errors were encountered: