Possible deadlock for counter mutations
---------------------------------------

                 Key: CASSANDRA-2454
                 URL: https://issues.apache.org/jira/browse/CASSANDRA-2454
             Project: Cassandra
          Issue Type: Bug
            Reporter: Stu Hood
             Fix For: 0.8


{{StorageProxy.applyCounterMutation}} is executed on the mutation stage, but it 
also submits tasks to the mutation stage, and then blocks for them. If there 
are more than a few concurrent mutations, this can lead to deadlock.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to