-
Notifications
You must be signed in to change notification settings - Fork 15
replicaset: more informative error at bootstrap #1202
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
Merged
dmyger
merged 1 commit into
master
from
elhimov/gh-1201-vshard-bootstrap-for-non-vshard-cluster
Sep 2, 2025
Merged
replicaset: more informative error at bootstrap #1202
dmyger
merged 1 commit into
master
from
elhimov/gh-1201-vshard-bootstrap-for-non-vshard-cluster
Sep 2, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6d97e30
to
24bbceb
Compare
43d2a11
to
b2e42d8
Compare
oleg-jukovec
requested changes
Aug 26, 2025
dmyger
reviewed
Aug 26, 2025
dmyger
reviewed
Aug 26, 2025
b2e42d8
to
63b3ee4
Compare
oleg-jukovec
approved these changes
Aug 26, 2025
43c632b
to
ba0222b
Compare
ed72381
to
1b52e18
Compare
ba0222b
to
43fa9fe
Compare
1b52e18
to
7cf26dc
Compare
43fa9fe
to
9e481ad
Compare
9e481ad
to
a839928
Compare
a839928
to
3dfada5
Compare
patapenka-alexey
approved these changes
Sep 1, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the patch. LGTM.
e425467
to
1d1d51b
Compare
3dfada5
to
9fe3498
Compare
1d1d51b
to
e31456c
Compare
9fe3498
to
3384650
Compare
e31456c
to
1393f4a
Compare
3384650
to
2a7f5ab
Compare
1393f4a
to
bd60a62
Compare
2a7f5ab
to
b8cb4e6
Compare
dmyger
approved these changes
Sep 1, 2025
Base automatically changed from
elhimov/gh-1193-cluster-failover-switch-for-config-storage
to
master
September 2, 2025 10:26
Make more informative error when trying to bootstrap non-vshard cluster with `tt rs vshard bootstrap` command. Closes #1201 @TarantoolBot document Title: `tt rs vs bootstrap` more informative error Make more informative error when trying to launch `tt rs vs bootstrap` against cluster where no sharing roles configured (for example when launched against non-vshard cluster).
b8cb4e6
to
8a52002
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Make more invormative error when trying to bootstrap non-vshard cluster with
tt rs vshard bootstrap
command.I didn't forget about (remove if it is not applicable):
Related issues:
Closes #1201