On Wed, Jun 19, 2013 at 11:43 AM, Wei Zhu <wz1...@yahoo.com> wrote:
> I think hints are only stored when the other node is down, not on the
> dropped mutations. (Correct me if I am wrong, actually it's not a bad idea
> to store hints for dropped mutations and replay them later?)

This used to be the way it worked pre-1.0...

https://issues.apache.org/jira/browse/CASSANDRA-2034

In modern cassandra, anything but a successful ack from a coordinated
write results in a hint on the coordinator.

> To solve your issue, as I mentioned, either do nodetool repair, or increase
> your consistency level.  By the way, you probably write faster than your
> cluster can handle if you see that many dropped mutations.

If his hints are ultimately delivered, OP should not "need" repair to
be consistent.

=Rob

Reply via email to