[
https://issues.apache.org/jira/browse/GEODE-6583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16831827#comment-16831827
]
ASF subversion and git services commented on GEODE-6583:
--------------------------------------------------------
Commit c283197671c7eb7831ff45550627ad1935b30906 in geode's branch
refs/heads/feature/GEODE-6583 from Bruce Schuchardt
[ https://gitbox.apache.org/repos/asf?p=geode.git;h=c283197 ]
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)