-
Notifications
You must be signed in to change notification settings - Fork 18
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
Provide subcommand for scaling out a ring #174
Comments
Temp. fix to address #174, needs a proper automation.
Why do you say it's not safe to extend the ring without automatic bootstrap? |
I believe the new node will claim the tokens and start serving reads immediately, but it doesn't have the data. Do you think it's not the case? |
I believe you're right. I still see a couple of good use cases where this is The Right Thing To Do: 2 AZs to 3 AZs, for ex, to avoid having one first super node. |
Interesting thoughts. In any case someone who is not aware of these details could impact the cluster severely, if the exiting doc is followed as is. |
👍 |
Since introduction of AUTO_BOOTSTRAP parameter, it is no longer safe to blindly follow the documented "Scale out" procedure. We should have a dedicated subcommand to add a node to the ring.
The text was updated successfully, but these errors were encountered: