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

RSVP: view change callback is not handled and membership list needs to be updated

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.0.13, 3.2
    • None
    • None

      2 problems:

      #1 A view is handled in the down() callback, however, as RSVP is usually at the top of the stack, this is never called !
      SOLUTION: handle the view callback in up().

      #2 In down(), if we create an Entry with

      {A,B,C,D}

      , but - before we add it to the ids hashmap - a new view

      {A,B,C}

      is installed, Entry will never get updated.
      SOLUTION: update the Entry after adding it to the ids hashmap

              rhn-engineering-bban Bela Ban
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: