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/10 16:45:14 UTC

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

     [ https://issues.apache.org/jira/browse/CASSANDRA-13?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Ellis reassigned CASSANDRA-13:
---------------------------------------

    Assignee: Avinash Lakshman

> 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
>            Assignee: Avinash Lakshman
>   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.