You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by "Jonathan Ellis (JIRA)" <ji...@apache.org> on 2009/04/03 15:44:12 UTC

[jira] Commented: (CASSANDRA-13) fix the EndPointState time bookmarking in Gossiper

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

Jonathan Ellis commented on CASSANDRA-13:
-----------------------------------------

Hi Zhu,

You should join us on #cassandra on freenode IRC.  If you don't have an irc client, this web-based one is ok: http://www.mibbit.com/?server=irc.freenode.net&channel=%23cassandra&nick=yournamehere

> fix the EndPointState time bookmarking in Gossiper 
> ---------------------------------------------------
>
>                 Key: CASSANDRA-13
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-13
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: zhu han
>   Original Estimate: 0.02h
>  Remaining Estimate: 0.02h
>
> In Gossiper#doStatusCheck(line 485 to line 489)
> The code is
>                 long l = now - epState.getUpdateTimestamp(); --> should be : "long l = epState.getUpdateTimestamp();"
>                 long duration = now - l;
>                 if ( !epState.isAlive() && (duration > aVeryLongTime_) )
>                 {
>                     evictFromMembership(endpoint);
>                 }

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.