You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@zookeeper.apache.org by "Abmar Barros (JIRA)" <ji...@apache.org> on 2010/07/12 08:52:49 UTC

[jira] Created: (ZOOKEEPER-811) Failure Detector Model: Refactor server to server monitoring

Failure Detector Model: Refactor server to server monitoring
------------------------------------------------------------

                 Key: ZOOKEEPER-811
                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-811
             Project: Zookeeper
          Issue Type: Sub-task
            Reporter: Abmar Barros
            Assignee: Abmar Barros


Refactor server to server failure detection code to use the FailureDetector interface proposed in the parent JIRA. The failure detection method and its parameters should also be configurable in this case. 

Patches submitted in this JIRA use the latest patch of the parent JIRA as baseline.

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


[jira] Updated: (ZOOKEEPER-811) Failure Detector Model: Refactor server to server monitoring

Posted by "Abmar Barros (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/ZOOKEEPER-811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Abmar Barros updated ZOOKEEPER-811:
-----------------------------------

    Attachment: ZOOKEEPER-811.patch

In this patch:
 * Leaders use the FailureDetector interface to monitor learners.
 * Added learners failure detector options to server configuration file.

> Failure Detector Model: Refactor server to server monitoring
> ------------------------------------------------------------
>
>                 Key: ZOOKEEPER-811
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-811
>             Project: Zookeeper
>          Issue Type: Sub-task
>            Reporter: Abmar Barros
>            Assignee: Abmar Barros
>         Attachments: ZOOKEEPER-811.patch
>
>
> Refactor server to server failure detection code to use the FailureDetector interface proposed in the parent JIRA. The failure detection method and its parameters should also be configurable in this case. 
> Patches submitted in this JIRA use the latest patch of the parent JIRA as baseline.

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