I am trying to insert 1 billion records in Cassandra using a stress test, and it fails after several million inserts with the following error:
Operation [641412926] repeated 10 times - error input key 0641412926 ((UnavailableException))
Operation [641412995] repeated 10 times - error input key 0641412995 ((UnavailableException))
Operation [641413235] repeated 10 times - error input key 0641413235 ((UnavailableException))
Operation [641413164] repeated 10 times - error input key 0641413164 ((UnavailableException))
I observed this problem during every stress test. Sometimes any of the nodes in the cluster goes down. Is this a known issue? Any specific reason why this is happening? I am using Cassandra 1.2.3 on a cluster of 8 machines.
Thanks, VS
source share