[jboss-jira] [JBoss JIRA] (JGRP-2286) VERIFY_SUSPECT can return false positives if member is killed and immediately restarted

Bela Ban (JIRA) issues at jboss.org
Tue Sep 18 04:25:01 EDT 2018


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

Bela Ban commented on JGRP-2286:
--------------------------------

If this problem still persists, please come up with a unit test, so I can fix it. The ARE_YOU_DEAD message is sent out only once, so I don't see how this can be an issue...

> VERIFY_SUSPECT can return false positives if member is killed and immediately restarted
> ---------------------------------------------------------------------------------------
>
>                 Key: JGRP-2286
>                 URL: https://issues.jboss.org/browse/JGRP-2286
>             Project: JGroups
>          Issue Type: Bug
>    Affects Versions: 4.0.13
>            Reporter: Paul Ferraro
>            Assignee: Paul Ferraro
>             Fix For: 4.0.14
>
>
> When a member is killed, it is suspected and VERIFY_SUSPECT attempts to send a message to the member to verify that it has left.  If, however, the member is restarted before the VERIFY_SUSPECT sends its message, the newly started member (with same physical address, but different UUID) can receive it and erroneously reply with an I_AM_NOT_DEAD response.  This results in a zombie member in the view that will remain until the reincarnated member leaves.
> To fix this, we should add the address of the suspected member to the VerifyHeader and validate that the member is us before sending an I_AM_NOT_DEAD response.
> Additionally, we can respond with a new MBR_IS_DEAD response on behalf of the suspected member, in the case that the message was receive by the reincarnated member to expedite the removal of the suspected member from the view.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the jboss-jira mailing list