Skip to content
New issue

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

Restore should scatter new created empty tables #57596

Open
3pointer opened this issue Nov 21, 2024 · 0 comments · May be fixed by #57715
Open

Restore should scatter new created empty tables #57596

3pointer opened this issue Nov 21, 2024 · 0 comments · May be fixed by #57715
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. component/br This issue is related to BR of TiDB. report/customer Customers have encountered this bug. type/enhancement The issue or PR belongs to an enhancement.

Comments

@3pointer
Copy link
Contributor

Enhancement

Context: #55184

Starting from TiDB v8.4, the tidb_scatter_region variable supports global scope region scattering. To take advantage of this feature, BR should set this variable to global before creating tables.

Without this configuration, empty tables will not be scattered across the cluster and may instead concentrate on a few TiKV nodes. This uneven distribution increases the likelihood of triggering hotspot issues.

@3pointer 3pointer added type/enhancement The issue or PR belongs to an enhancement. component/br This issue is related to BR of TiDB. labels Nov 21, 2024
@3pointer 3pointer linked a pull request Nov 26, 2024 that will close this issue
13 tasks
@ti-chi-bot ti-chi-bot bot added affects-6.5 This bug affects the 6.5.x(LTS) versions. report/customer Customers have encountered this bug. labels Nov 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects-6.5 This bug affects the 6.5.x(LTS) versions. component/br This issue is related to BR of TiDB. report/customer Customers have encountered this bug. type/enhancement The issue or PR belongs to an enhancement.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant