Hi all,

  Please consider this case: (RF=1, CL=ONE)

  1. I have A, B and C nodes.
  2. A node is a coordinator node, it sends a request to B node to do write
operation.
  3. B node is down during write operation, so return failure message to
client, and write a hint to C node.
  4. B node comes back up, then C node forwards the data to it.
  5. B node own data right now, although the write operation is failure.

  Correctly?

Thanks.

Shen

Reply via email to