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
docs: clarify GetCommitIndex behavior in CommitTrackingLogStore interface
- Specify that GetCommitIndex should not return a value higher than the last
index in the log
- Clarify that if a higher value is returned, the last index in the log will
be used instead
- Add instruction to return (0, nil) when no commit index is found in the
log store
0 commit comments