Table of Contents |
---|
Warning |
---|
This is a DRAFT! Nothing in this proposal should be considered final or binding. |
Ping Process
- Happens asynchronously every 5 seconds (thread for each node in the system)
- For each node, conduct the PING PROTOCOL
- After the status of each node is updated
- If all nodes are available then delete any writes that the master node currently has in its buffer
- Else keep the writes in the buffer
...