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-14) The initial arrive time should not be set to zero

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

Jonathan Ellis reassigned CASSANDRA-14:
---------------------------------------

    Assignee: Avinash Lakshman

> The initial arrive time should not be set to zero
> -------------------------------------------------
>
>                 Key: CASSANDRA-14
>                 URL: https://issues.apache.org/jira/browse/CASSANDRA-14
>             Project: Cassandra
>          Issue Type: Bug
>            Reporter: zhu han
>            Assignee: Avinash Lakshman
>   Original Estimate: 0.5h
>  Remaining Estimate: 0.5h
>
> In line 253 of src.org.apache.cassandra.gms .FailureDetector, the initial arrive time should not be zero. Otherwise, the failure detector would report the new joining node as dead because the phi is positive infinity when the mean of arrive time is zero. 
> A proper value should be set as the initial value. I use half of the gossip period as the initial value,  whose default configuration is 1000ms. 

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