Writes on Cassandra Network Partitioned Nodes

215 views Asked by At

Setup:

A Single Cassandra Cluster with many many nodes. There are many tokens and many nodes. These tokens are partitioned onto these nodes. Let us take a token which is partitioned on 5 nodes.

  • There are 5 nodes for a token.
  • Now among these 5 nodes, 4 nodes get network partitioned from the rest of the cluster
  • Now some clients issuing writes will be having the entry for these 4 nodes, so in this way we will be able to make that write happen among these 4 non-available nodes.

Does Cassandra Ensure that the writes does not happen on these 4 nodes which are network partitioned ?

0

There are 0 answers