[jboss-jira] [JBoss JIRA] Resolved: (JGRP-687) Member splits into own group and will not merge
Bela Ban (JIRA)
jira-events at lists.jboss.org
Thu Sep 18 04:33:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JGRP-687?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Bela Ban resolved JGRP-687.
---------------------------
Resolution: Done
> Member splits into own group and will not merge
> -----------------------------------------------
>
> Key: JGRP-687
> URL: https://jira.jboss.org/jira/browse/JGRP-687
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 2.6.1
> Environment: Windows/Linux
> Reporter: Dipak Kothari
> Assignee: Vladimir Blagojevic
> Fix For: 2.7
>
> Attachments: ProtocolProperties.xml
>
>
> When starting concurrent members the following occurs:
> Lets say we want to start members {A,B,C,D,E} on the same host, with num_initial_members set to 1 and port_range set to 2. We ensure A has started before attempting to start B-E.
> I found the following when starting C:
> 1) FindInitialMembers in ClientGMSIMpl returns A successfully.
> 2) JOIN_REQ sent to A but times out
> 3) FindInitialMembers requested again
> 4) Join_RSP arrives from A, thread waiting for FindInitialMembers is woken up and returns an empty list of members
> 5) ClientGMSImpl decides that it is the only member in the group and so becomes a coordinator.
> Now, in C the MERGE protocol finds that mutiple coordinator exists but does not do anything as it is not a merge leader
> However, A (who is the coordinator) does not have C in its initial list of host (find initial members) and so it never notices multiple coordinators and so C never joins the main group.
> The only work round was to set disable_initial_coord for C so it never becomes a coordinator.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list