High Availability in Cassandra
问题 1) I have 5 node cluster (172.30.56.60, 172.30.56.61, 172.30.56.62, 172.30.56.63, 172.30.56.129) 2) I created a keyspace with Replication Factor as 3 write consistency as 3 , I have inserted a row in a table with the partition as '1' like below, INSERT INTO user (user_id, user_name, user_phone) VALUES(1,'ram', 9003934069); 3) I verified the location of the data using the nodetool getendpoints utility and observed that the data is copied in three nodes 60, 129 and 62. ./nodetool getendpoints