Cassandra Replication With in cluster Without partitioning Data -
i have 3 nodes in cluster
node1 = 127.0.0.1:9160 node2 = 127.0.0.2:9161 node3 = 127.0.0.3:9162
i want use 1 node(node1) insertion. other 2 nodes should used fault tolerance on writing millions of records. i.e. when node1 down either node2 or node3 should take care of writing.for formed cluster replication factor of 2 , added seed nodes in cassandra.yalm file. working fine. due partition whenever write data node 1, rows getting scattered across node in cluster. there way use nodes only replication in cluster?...or there way disable partitioning?...
thanks in advance..
no. cassandra distributed system.
Comments
Post a Comment