Hello,
Something in the doc is puzzling me ( http://www.datastax.com/docs/1.0/dml/about_writes ) :
"For example, if using a write consistency level of QUORUM with a replication factor of 3, Cassandra will send the write to 2 replicas. If the write fails on one of the replicas but succeeds on the other, Cassandra will report a write failure to the client. However, the write is not automatically rolled back on the other replica."
If it is not rolled back, does it means that upon a read repair or a node repair this data will be copied to other replicas ?
Thanks in advance
Nicolas.
