Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Disable create tables before the shards of the cluster are fully allocated #174

Open
ZuLiangWang opened this issue May 11, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@ZuLiangWang
Copy link
Contributor

Description
In the current implementation, shards will start to be allocated when the number of nodes reaches the threshold, but only some shards are available for a period of time from the beginning to the completion of shards allocation. If there is a table creation request at this time, tables will be created on the allocated shards, it may result in uneven distribution of tables.

Proposal
Only after all the shards in the cluster are allocated can the table creation request be processed.

Additional context

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant