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

Is NuRaft supporting online membership change? #27

Open
marsbible opened this issue Aug 21, 2019 · 2 comments
Open

Is NuRaft supporting online membership change? #27

marsbible opened this issue Aug 21, 2019 · 2 comments

Comments

@marsbible
Copy link

Hi there, thanks for your great work. I'd to know, have you implemented the membership change feature? I think It's importan in production enviroment.
Thanks.

@greensky00
Copy link
Contributor

Hi @marsbible , yes NuRaft supports online membership change. You can call raft_server::add_srv() and raft_server::remove_srv() anytime. We are actively using those APIs for replacing problematic nodes.
Thanks.

@marsbible
Copy link
Author

Hi @marsbible , yes NuRaft supports online membership change. You can call raft_server::add_srv() and raft_server::remove_srv() anytime. We are actively using those APIs for replacing problematic nodes.
Thanks.
Thank you, i'll have a try.

JackyWoo pushed a commit to JackyWoo/NuRaft that referenced this issue Sep 30, 2022
…lost_entries

Fix initial commit lost entries
xiaoxichen pushed a commit to xiaoxichen/NuRaft that referenced this issue Jan 16, 2024
SDSTOR-6890: Add option for starting a secure grpc connection
xiaoxichen pushed a commit to xiaoxichen/NuRaft that referenced this issue Jan 16, 2024
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