Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
scylla_node: add missing liveness check
When starting a node with "wait_other_notice", the existing code waited until all other nodes think the new node is ready. However, it's safer to also check that the new node thinks all the other nodes are ready. It should usually be the case (the new node gets information on all other nodes in the first gossip), but it doesn't strictly have to be true so better ensure that it is. Signed-off-by: Nadav Har'El <[email protected]>
- Loading branch information