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

Edward Capriolo edited comment on GOSSIP-74 at 3/14/17 2:31 PM:
----------------------------------------------------------------

I believe we are storing the deltas..

https://github.com/apache/incubator-gossip/blob/master/src/main/java/org/apache/gossip/accrual/FailureDetector.java#L56




was (Author: appodictic):
I believe we ARE storing the deltas..

https://github.com/apache/incubator-gossip/blob/master/src/main/java/org/apache/gossip/accrual/FailureDetector.java#L56



> Critical bugs in FailureDetector
> --------------------------------
>
>                 Key: GOSSIP-74
>                 URL: https://issues.apache.org/jira/browse/GOSSIP-74
>             Project: Gossip
>          Issue Type: Bug
>            Reporter: Maxim Rusak
>            Assignee: Maxim Rusak
>
> Now FailureDetector have (at least) 2 bugs (in comparation to original paper):
> 1. latestHeartbeatMs don't update on each HeartBeat. So we have 
> descriptiveStatistics consisted not from deltas between heartbeats but from 
> time periods from first heartbeats.
> 2. when we create normalDistribution we pass variation, not standard 
> deviation.
> They make FailureDetector totally indifferent due to extremely high deviation.
> Example: http://pastebin.com/xaeF52PP
> Here we send 100 heartbeats, one per second(for example), then we check the 
> state after 2000 seconds, and comparing to threshold it's still alive.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to