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
a leader may mark a prefix of the log as committed if the prefix has been replicated to
a quorum and the term of the prefix's last entry equals the leader's current
term. We are missing the second half.
Thanks to Diego for pointing this out.
The text was updated successfully, but these errors were encountered:
a leader may mark a prefix of the log as committed if the prefix has been replicated to
a quorum and the term of the prefix's last entry equals the leader's current
term. We are missing the second half.
Thanks to Diego for pointing this out.
The text was updated successfully, but these errors were encountered: