Aleksey Yeschenko created CASSANDRA-6427:
--------------------------------------------

             Summary: Counter writes shouldn't be resubmitted after timeouts
                 Key: CASSANDRA-6427
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6427
             Project: Cassandra
          Issue Type: Bug
            Reporter: Aleksey Yeschenko
            Assignee: Aleksey Yeschenko
             Fix For: 1.2.13, 2.0.4


CASSANDRA-4753 made SP.counterWriteTask() return a LocalMutationRunnable 
instead of the usual DroppableRunnalbe, and LMR resubmits the original runnable 
in case of timing out instead of simply dropping it.

For counters this is not the right option since it would lead to overcounting 
if the mutation got dropped-then-resubmitted and then retried by the user.



--
This message was sent by Atlassian JIRA
(v6.1#6144)

Reply via email to