Let's say I have a 3 node cluster. I am writing to node #1. If node #2 in that cluster goes down, and then comes back up and is resyncing the data from the other nodes, and I continue writing to node #1, will the data be synchronously replicated to node #2? That is, is the replication factor of that write honored synchronously or is it behind the queue post resync? ThanksSteve
- Can cassandra guarantee the replication factor when a node i... steve landiss