-
Notifications
You must be signed in to change notification settings - Fork 0
Resources
rishair edited this page Sep 25, 2012
·
1 revision
Resources/Things to read:
Notes:
- Two face protocol - machine tells you "yes, I'm ready to turn off". In between the acceptance of the shutdown command and the actual shutdown command the machine's answer might have changed.
- Soft state - workers have some sort of heartbeat message. Piggy back state changes while packets are being sent.
- Redundancy - what happens when a master fails?
- As stateless as possible. How to transfer state over from one master to another.
- Assume every component will fail, strive for correctness.
Correctness > Efficiency.