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

cluster: add add_seed method #549

Merged
merged 1 commit into from
Jan 15, 2024
Merged

cluster: add add_seed method #549

merged 1 commit into from
Jan 15, 2024

Conversation

bhalevy
Copy link
Member

@bhalevy bhalevy commented Jan 10, 2024

To be used after replacing nodes.
We cannot add the replacing nodes to seeds right away since it's considered invalid to add a replacing node as a seed (probably for historical reasons).
So we need to add it only after it's finished
replace bootstrapping.

To be used after replacing nodes.
We cannot add the replacing nodes as seeds right away
since it's considered invalid to add a replacing node
as a seed (probably for historical reasons).
So we need to add it only after it's finished
replace bootstrapping.

Signed-off-by: Benny Halevy <[email protected]>
@bhalevy bhalevy requested a review from fruch January 10, 2024 16:47
@bhalevy
Copy link
Member Author

bhalevy commented Jan 15, 2024

ping @fruch please review/merge

Copy link
Contributor

@fruch fruch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fruch fruch merged commit 8dfeed3 into scylladb:next Jan 15, 2024
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants