You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Brandon Williams (JIRA)" <ji...@apache.org> on 2013/10/09 22:02:42 UTC

[jira] [Commented] (CASSANDRA-6175) counter increment hangs

    [ https://issues.apache.org/jira/browse/CASSANDRA-6175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13790781#comment-13790781 ] 

Brandon Williams commented on CASSANDRA-6175:
---------------------------------------------

Possible trace:

{noformat}
ERROR [ReplicateOnWriteStage:1] 2013-10-09 19:50:34,516 CassandraDaemon.java (line 191) Exception in thread Thread[ReplicateOnWriteStage:1,5,main]
java.lang.AssertionError
    at org.apache.cassandra.net.MessagingService.addCallback(MessagingService.java:524)
    at org.apache.cassandra.net.MessagingService.sendRR(MessagingService.java:572)
    at org.apache.cassandra.net.MessagingService.sendRR(MessagingService.java:553)
    at org.apache.cassandra.service.StorageProxy.sendMessagesToOneDCInternal(StorageProxy.java:642)
    at org.apache.cassandra.service.StorageProxy.sendMessagesToOneDC(StorageProxy.java:624)
    at org.apache.cassandra.service.StorageProxy.sendToHintedEndpoints(StorageProxy.java:551)
    at org.apache.cassandra.service.StorageProxy$7$1.runMayThrow(StorageProxy.java:804)
    at org.apache.cassandra.service.StorageProxy$DroppableRunnable.run(StorageProxy.java:1631)
    at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
    at java.lang.Thread.run(Thread.java:722)
{noformat}

I say possible because it didn't show up until I killed the process with prejudice.

> counter increment hangs
> -----------------------
>
>                 Key: CASSANDRA-6175
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-6175
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>            Reporter: Brandon Williams
>            Assignee: Jonathan Ellis
>             Fix For: 2.0.2
>
>
> In a three node cluster, a simple counter increment at quorum hangs the query indefinitely.  git blames our familiar friend CASSANDRA-6132 once again.



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