Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffrey-xiao committed Mar 14, 2019
1 parent a5770c5 commit 8687fe3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion notes/paxos-made-simple.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ title: Notes for ``Paxos Made Simple''
a) An acceptor can accept a proposal numbered $n$ if and only if it has not responded to a
_prepare_ request having a number greater than $n$
2. If a proposal with value $v$ is chosen, then every higher-numbered proposal that is chosen has
value $v$
value $v$
a) If a proposal with value $v$ is chosen, then every higher-numbered proposal accepted by any
acceptor has value $v$
b) If a proposal with value $v$ is chosen, then every higher-numbered proposal issued by any
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ title: Notes for ``Viewstamped Replication - A New Primary Copy Method to Suppor
- Client's primary acts as coordinate of two-phase commit protocol
- Determines who the participants are from the `pset`
- Sends prepare messages to participants of `pset`
- Adds committing record to buffer if all participants agree to ensure that commit will be known
- Adds committing record to buffer if all participants agree to ensure that commit will be known
across view change of coordinator
- Sends commit messages and when all are acknowledged, adds done record to buffer
- If transaction aborts, then coordinator sends abort messages to participants and adds an aborted
Expand Down

0 comments on commit 8687fe3

Please sign in to comment.