mirror of
https://github.com/scylladb/scylladb.git
synced 2026-05-30 19:46:48 +00:00
Go through the rollback_to_normal state when the node needs to move to normal during the rollback and update fence in this state before moving the node to normal. This guaranties that the fence update will not be missed. Not that when a node moves to left state it already passes through left_token_ring which guaranties the same.