[jboss-jira] [JBoss JIRA] (JGRP-1855) FD_HOST: host failure detection protocol

RH Bugzilla Integration (JIRA) issues at jboss.org
Mon Jan 26 09:05:02 EST 2015


    [ https://issues.jboss.org/browse/JGRP-1855?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13034983#comment-13034983 ] 

RH Bugzilla Integration commented on JGRP-1855:
-----------------------------------------------

Dave Stahl <dstahl at redhat.com> changed the Status of [bug 1113220|https://bugzilla.redhat.com/show_bug.cgi?id=1113220] from VERIFIED to CLOSED

> FD_HOST: host failure detection protocol
> ----------------------------------------
>
>                 Key: JGRP-1855
>                 URL: https://issues.jboss.org/browse/JGRP-1855
>             Project: JGroups
>          Issue Type: Feature Request
>            Reporter: Bela Ban
>            Assignee: Bela Ban
>             Fix For: 3.4.5, 3.5
>
>
> A new protocol similar to FD_PING which detects entire host failures and suspects all members on the failed host.
> Features are:
> * Contrary to FD_PING which uses a ring structure, FD_HOST will have everyone ping everybody else (similar to FD_ALL)
> ** A structure keeps track of hosts (IP addresses) and members on those hosts
> *** Example
> ||192.168.1.2||192.168.1.3||192.168.1.5||
> |A,B,C|D,E,F|X,Y,Z|
> * We sort the members lexically and the *first* member runs a ping against each other IP address, e.g. A pings 192.168.1.3 and 192.168.1.5, D pings 192.168.1.2 and 192.168.1.5 etc
> * The ping command itself is pluggable and can be a Java class (e.g. using {{InetAddress.isReachable()}}, a script or a command (e.g. {{/sbin/ping}}).
> * When an entire host is suspected, we suspect *all* cluster members on it
> ** Example: if B suspects 192.168.1.5, members X, Y and Z are suspected and removed from the view



--
This message was sent by Atlassian JIRA
(v6.3.11#6341)


More information about the jboss-jira mailing list