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 testing network partitions we've hit a rare case: server-0 was partitioned minority). the leader of term 1 on server-1 took a snapshot at index 7267 then wrote three more commands which were uncommitted when the partition happened. Another leader got elected for term 2 and when server-1 was asked to reset it's log to 7267 it couldn't as the code to reset a log doesn't take the snapshotted index into account.