In Lecture 4, second part SQL, it was mentioned that “In Cassandra, the failure of one node leads to a bunch of nodes fail”. Why?
Cassandra uses consistent hashing, basically quord structure and finger table, I don’t see why one node failure causes the failure of a bunch of nodes.
In addition, there are virtual nodes to evenly distribute the load and replication.
Thanks