: user@cassandra.apache.org
Subject: Re: INSERT ... IF NOT EXISTS with some nodes unavailable
Hello Mitchell,
I think it is due to your replication factor, which, I assume, is 2 since you
have only 2 nodes in the cluster.
If you are using even number of nodes, Cassandra is impossible to run
Hello Mitchell,
I think it is due to your replication factor, which, I assume, is 2 since
you have only 2 nodes in the cluster.
If you are using even number of nodes, Cassandra is impossible to run
queries require QUORUM participants.
So, I think you have to expand your cluster to 3 nodes and mak