Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

...