-
Notifications
You must be signed in to change notification settings - Fork 160
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
an issue from async-raft #911
Comments
👋 Thanks for opening this issue! Get help or engage by:
|
Yes Openraft has fixed this issue. Every time replication changes, such as leader establish or quit, or membership change, the replication stream will be completely shutdown and restart again. All replication update is dealt with here: |
I do love OpenRaft now, thank you very much~ |
issue closed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
how to repro:
it seems there is a ReplicationStream to node 0 after step 7, it runs forever as RaftNetwork.append_entries to node 0 returns an network error, but target_state of it is not updated, check async-raft/src/replication/mod.rs:223.
Does openraft have the same problem?
thanks.
The text was updated successfully, but these errors were encountered: