You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling Raft::change_membership() with retain=false to convert a voter to learner, it should only affect the nodes that was a voter. Existing learner should always be kept.
When calling
Raft::change_membership()
withretain=false
to convert a voter to learner, it should only affect the nodes that was a voter. Existing learner should always be kept.Originally posted by @sebadob in #1191
The text was updated successfully, but these errors were encountered: