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
Change: InstallSnapshotResponse: replies the last applied log id; Do not install a smaller snapshot
A snapshot may not be installed by a follower if it already has a higher
`last_applied` log id locally.
In such a case, it just ignores the snapshot and respond with its local
`last_applied` log id.
This way the applied state(i.e., `last_applied`) will never revert back.
0 commit comments