You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Dan Hendry (Commented) (JIRA)" <ji...@apache.org> on 2011/11/24 04:24:40 UTC

[jira] [Commented] (CASSANDRA-3528) Assertion Error - EXPIRING-MAP-TIMER

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

Dan Hendry commented on CASSANDRA-3528:
---------------------------------------

Oh, and I basically had to kill the node after this since nodetool tpstats was showing mutations backing up (pending) without being processed.
                
> Assertion Error - EXPIRING-MAP-TIMER
> ------------------------------------
>
>                 Key: CASSANDRA-3528
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3528
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.3
>         Environment: RHEL 6
> java version "1.6.0_26"
> 6 Nodes (4x0.8.6, 2x1.0.3
>            Reporter: Dan Hendry
>
> Just saw this assertion on one of my 1.0.3 nodes after one of the 0.8.6 nodes had died and was restarted. Note that the node mentioned in the assert (metrics5), is the node on which the assertion error occurred (1.0.3). I have not yet had a chance to look into the issue further.
> ERROR [EXPIRING-MAP-TIMER-1] 2011-11-23 21:12:00,118 AbstractCassandraDaemon.java (line 133) Fatal exception in thread Thread[EXPIRING-MAP-TIMER-1,5,main]
> java.lang.AssertionError: metrics5.kik.com/192.168.116.59
>         at org.apache.cassandra.service.StorageProxy.scheduleLocalHint(StorageProxy.java:339)
>         at org.apache.cassandra.net.MessagingService.scheduleMutationHint(MessagingService.java:201)
>         at org.apache.cassandra.net.MessagingService.access$500(MessagingService.java:64)
>         at org.apache.cassandra.net.MessagingService$2.apply(MessagingService.java:175)
>         at org.apache.cassandra.net.MessagingService$2.apply(MessagingService.java:152)
>         at org.apache.cassandra.utils.ExpiringMap$1.run(ExpiringMap.java:89)
>         at java.util.TimerThread.mainLoop(Timer.java:512)
>         at java.util.TimerThread.run(Timer.java:462)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira