ドキュメント [1] では、次のように述べられていました。
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.
したがって、2 つのレプリカのみが更新を受信すると仮定すると、書き込みは失敗します。ただし、最終的な一貫性により、すべてのノードが最終的に更新を受け取ります。
それで、再試行する必要がありますか?それともそのまま放置?
何か戦略はありますか?