Skip to content
Snippets Groups Projects
Commit b18fe77b authored by Markus Alexander Kuppe's avatar Markus Alexander Kuppe
Browse files

Fix spec to not violate the given invariants.

[Tests][Performance]
parent 4361220c
Branches
No related tags found
No related merge requests found
......@@ -109,7 +109,7 @@ RollbackCommitted(i) ==
\* [ P (2), S (), S ()]
\* [ S (2), S (), P (3)]
\* [ S (2), S (2), P (3)] !!! the log from term 2 shouldn't be considered as committed.
\* /\ LogTerm(me, logIndex) = globalCurrentTerm
/\ LogTerm(me, logIndex) = globalCurrentTerm
IN \E j \in Server:
/\ CanRollbackOplog(i, j)
/\ IsCommitted(i, Len(log[i]))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment