-
Notifications
You must be signed in to change notification settings - Fork 399
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
How to handle committed ConfChangeV2 #446
Comments
It depends on how would you like to exit joint state. If If I hope tests code can help for now example is missing: raft-rs/harness/tests/integration_cases/test_raw_node.rs Lines 176 to 462 in 7c21f8d
|
I don't understand how to auto leave the joint state. What metadata need to be maintained after performing |
Is it possible to provide an example on how to handle a committed ConfChangeV2 Entry? The example in
single_mem_node
is still a TODO and infive_mem_node
still uses the old ConfChange.Thanks in advance
The text was updated successfully, but these errors were encountered: