Skip to content

Commit

Permalink
matchIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
achamayou committed Jan 8, 2024
1 parent 7f0851f commit d97c824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tla/consensus/ccfraft.tla
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ ChangeConfigurationInt(i, newConfiguration) ==
configuration |-> newConfiguration,
contentType |-> TypeReconfiguration])]
/\ configurations' = [configurations EXCEPT ![i] = configurations[i] @@ Len(log'[i]) :> newConfiguration]
/\ UNCHANGED <<messageVars, serverVars, candidateVars, leaderVars, commitIndex, committableIndices>>
/\ UNCHANGED <<messageVars, serverVars, candidateVars, matchIndex, commitIndex, committableIndices>>

ChangeConfiguration(i) ==
\* Reconfigure to any *non-empty* subset of servers. ChangeConfigurationInt checks that the new
Expand Down

0 comments on commit d97c824

Please sign in to comment.