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
says that if a resource `r` is in the "prepared" state and the coordinator is in the "committed" state, then `r` can move into a "commmitted" state while the coordinator state does not change. The last line is absolutely neccessary as each state transition must describe the state of the "world".
30
+
says that if a resource `r` is in the "prepared" state and the coordinator is in the "committed" state, then `r` can move into a "committed" state while the coordinator state does not change. The last line is absolutely neccessary as each state transition must describe the state of the "world".
31
31
32
32
If the protocol is correct, then the the formula `Consistent` should be true at every state. This formula consists of a conjunction of two conditions:
33
33
1. If the coordinator is "committed" then no resource should be in the "initialized" or "aborted" state.
0 commit comments