Relative Content

Tag Archive for cassandra

Cassandra multi-region clusters interconnect

I faced with problem due to connect two cassandra clusters placed in different datacenters. Each datacenter have public ip – lets assume there are 111.111.111.111 and 222.222.222.222. Cassandra nodes starts in docker contaners – 3 nodes in each cluster. The problem is clusters don’t see each other.

Writes on Cassandra adds upto Bytes unrepaired

For testing purpose, I am using NoSQLBench to load the data on Cassandra 5.x. Its a 3 nodes cluster. I’ve noticed that when rampup(load) phase completes, the size of Bytes unrepaired reaches to the amount of data loaded / written.