Content deleted Content added
Line 8:
## It then chooses as its preference a value with the most recent timestamp among those sent.
# The coordinator sends (r, preference) to all processes.
# Each process waits (1) to receive (r, preference) from the coordinator, or (2) for its failure detector to identify the coordinator as crashed.
## In the first case, it sets its own preference to the coordinator's preference and responds with ack(r).
## In the second case, it sends nack(r) to the coordinator.
|