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
Fix: Error After change_membership: assertion failed: value > prev: #584
Problem:
Error After change_membership: `assertion failed: value > prev`,
when changing membership by converting a learner to a voter.
Because the replication streams are re-spawned, thus progress reverts to
zero. Then a reverted progress causes the panic.
Solution:
When re-spawning replications, remember the previous progress.
- Fix: #584
0 commit comments