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

ASF subversion and git services commented on GEODE-6583:
--------------------------------------------------------

Commit 59e2b1abfd6b1618fcde32411d03628b921cb62c in geode's branch 
refs/heads/feature/GEODE-6583 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=59e2b1a ]

GEODE-6583 Integrate phi-accrual failure detection into Geode

*Not ready for review*

This experimental code integrates a history-based heaertbeat failure
detector with the existing Membership failure detector.  Final checks
remain the same - pretty much everything is the same except I've
replaced the single heartbeat timestamp per member with a
PhiAccrualFailureDetector object.  GMSHealthMonitorJUnitTest is passing
as are a handfull of other distributed and integration tests.


> Integrate phi-accrual failure detection into Geode
> --------------------------------------------------
>
>                 Key: GEODE-6583
>                 URL: https://issues.apache.org/jira/browse/GEODE-6583
>             Project: Geode
>          Issue Type: Bug
>          Components: membership
>            Reporter: Bruce Schuchardt
>            Priority: Major
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> Akka has a history-based failure detector that records heartbeat history and 
> is forgiving of pauses to a certain extent.  This has been incorporated into 
> hazelcast as an alternative failure detector & we should investigate doing 
> the same.
> The Akka detector was written in Scala.  There is a Java port here: 
> [https://github.com/komamitsu/phi-accural-failure-detector]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to