Uploaded image for project: 'JGroups'
  1. JGroups
  2. JGRP-687

Member splits into own group and will not merge

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 2.7
    • 2.6.1
    • None
    • Hide

      The only work round was to set disable_initial_coord for C so it never becomes a coordinator.

      Show
      The only work round was to set disable_initial_coord for C so it never becomes a coordinator.

      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.

              vblagoje Vladimir Blagojevic (Inactive)
              kothardi Dipak Kothari (Inactive)
              Votes:
              1 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: