You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ratis.apache.org by "Vladimir Rodionov (JIRA)" <ji...@apache.org> on 2018/11/16 22:14:00 UTC

[jira] [Created] (RATIS-428) Phi accrual failure detector

Vladimir Rodionov created RATIS-428:
---------------------------------------

             Summary: Phi accrual failure detector
                 Key: RATIS-428
                 URL: https://issues.apache.org/jira/browse/RATIS-428
             Project: Ratis
          Issue Type: Improvement
            Reporter: Vladimir Rodionov
            Assignee: Vladimir Rodionov


Failure detectors are an important piece in designing robust distributed systems. Components must be expected to fail, and the rest of the system should either continue functioning properly (ideal) or at the very least degrade gracefully instead of crashing or becoming corrupted. Because of the unreliable nature of communication over networks, however, detecting that a node has failed is a nontrivial task. The *phi accrual failure detector* is a popular choice for solving this problem, as it provides a good balance of flexibility and adaptability to different network conditions. It is used successfully in several real-world distributed systems, such as Apache Cassandra (see here) and Akka clusters (see here), and also has a Node.js implementation.



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