You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to change in data directory layout in older versions of planb-cassandra, while updating the docker image a node may lose its system keyspace. What happens in this case is that the node joins the ring, but without the old tokens or data.
We should not start the Cassandra server if there is no data directory (no data/system), unless we know this is the new node. We can achieve that by providing a hint in the environment when creating new node in create_cluster. The update_cluster will take care to remove the hint before restarting the node.
The text was updated successfully, but these errors were encountered:
Due to change in data directory layout in older versions of planb-cassandra, while updating the docker image a node may lose its system keyspace. What happens in this case is that the node joins the ring, but without the old tokens or data.
We should not start the Cassandra server if there is no data directory (no
data/system
), unless we know this is the new node. We can achieve that by providing a hint in the environment when creating new node increate_cluster
. Theupdate_cluster
will take care to remove the hint before restarting the node.The text was updated successfully, but these errors were encountered: