Doesn't Cassandra perform “late” replication when a node down and up again?
问题 I have a 2-node Cassandra cluster. The replication factor is 2. The client sends data to node 1 only. If 2 nodes are both running the data is replicated from node 1 to node 2. However, if I first start node 1 only, the client sends data to node 1 then stops to send data. After that I start node 2. I expect that the data is "late" (or asynchronously) replicated from node 1 to node 2 but it's not. How can I configure this worked? My Cassandra version is 2.1.6. 回答1: Whenever a node is down while