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

Details

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

    Description

      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

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: