What to do if Cassandra reports failure but did a partial write?
问题 Cassandra does not guarantee atomic behavior so there is a slight chance that one replica fails but other replica do persist the change. Are there any information how to defend against this and what to do in order to heal it if it happens? Does Cassandra heal itself in that regard? [Update] I specially focus on the case where you send a write request to lets say all replica and only one replica fails with a write error. The node failing with the write is still alive and operational. According