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 (Commented) (JIRA)" <ji...@apache.org> on 2012/01/04 20:53:39 UTC

[jira] [Commented] (CASSANDRA-3695) Hibernating nodes that die never go away

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

Brandon Williams commented on CASSANDRA-3695:
---------------------------------------------

Thinking through this a bit more, they will go away, but not until AVeryLongTime passes and they are expired (which makes displaying them in CASSANDRA-3631 problematic.)  So what we really want to want to do is catch the special case of a bootstrapping node dying while it's in the hibernate state, since presumably if the node is truly hibernating for a token replacement and dies, it will just be attempted again with the same token.

This is very tricky to solve though, because we can't actually use the heartbeat or FD, otherwise the node gets marked as up and ruins the replacement scenario.  Perhaps the best thing to do is wontfix CASSANDRA-3631 and call it a day.
                
> Hibernating nodes that die never go away
> ----------------------------------------
>
>                 Key: CASSANDRA-3695
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-3695
>             Project: Cassandra
>          Issue Type: Bug
>          Components: Core
>    Affects Versions: 1.0.0
>            Reporter: Brandon Williams
>            Assignee: Brandon Williams
>
> Title says it all.  We should be able to monitor these via the gossip heartbeat like other nodes, but it's tricky since it's a dead state.

--
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