You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Aleksey Yeschenko (JIRA)" <ji...@apache.org> on 2013/12/01 16:44:35 UTC

[jira] [Created] (CASSANDRA-6427) Counter writes shouldn't be resubmitted after timeouts

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)