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

bootstrap of cluster (IE addition of new node, not change to old one) should be parallel "unconditionally" #1186

Closed
UnamedRus opened this issue Jul 6, 2023 · 1 comment

Comments

@UnamedRus
Copy link

Extension of #1124

But for specific case, when we add new nodes (or start cluster from 0), not change old one.
For that particular case, sequential start for first shard can be unneeded, plus "Max percentage of the cluster's shards that may be reconciled concurrently (up to X% shards in parallel)" can be ignored.

@alex-zaitsev
Copy link
Member

It works this way since 0.22.0. Here is 4 shard cluster

I0214 06:06:40.821117       1 worker.go:1548] createStatefulSet():Create StatefulSet eu/chi-test-4-test-4-1-0 - started
I0214 06:06:41.021358       1 worker.go:1548] createStatefulSet():Create StatefulSet eu/chi-test-4-test-4-3-0 - started
I0214 06:06:41.221569       1 worker.go:1548] createStatefulSet():Create StatefulSet eu/chi-test-4-test-4-2-0 - started
I0214 06:06:41.425166       1 worker.go:1548] createStatefulSet():Create StatefulSet eu/chi-test-4-test-4-0-0 - started

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants