We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/pingcap/raft-rs/blob/2bd26cea006a67a36778adbcc3525f83765c044d/src/raft.rs#L1206-L1211 Here we should check whether target Progress is a learner instead and besides self.is_learner is never true since self is the leader.
Progress
self.is_learner
The text was updated successfully, but these errors were encountered:
@hicqu PTAL
Sorry, something went wrong.
Nice catch, thank you. I will fix it soon later.
No branches or pull requests
https://github.com/pingcap/raft-rs/blob/2bd26cea006a67a36778adbcc3525f83765c044d/src/raft.rs#L1206-L1211
Here we should check whether target
Progress
is a learner instead and besidesself.is_learner
is never true since self is the leader.The text was updated successfully, but these errors were encountered: