Room 3 of 3
Three nodes, one job, and only one may run it.
| What is real | Every lease claim and renewal is a real conditional write, and the nodes genuinely race each other. | The token is checked at the storage layer, the only place that check counts. |
|---|---|---|
| What is staged | Nothing is unplugged. | Cutting a node off sets a flag on the node's own row, which its own code checks before it talks to the store. |
| What this does not prove | Not that this survives a real network partition. | The failover logic is what is tested here, and real network failures are messier in ways that matter. |