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

RELAY3: push model for global view

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 5.3
    • None
    • None
    • False
    • None
    • False

      The global view (JGRP-2698) currently needs to be pulled (via Topology.refresh()).
      Provide a push model, where a listener can register to get notifications:

      • membersJoined(String site, List<Address> mbrs)
      • membersLeft(String site, List<Address> mbrs)

      The coordinator of each site would monitor the views, compute a diff to the previous view on a viewAccepted(View), and send a multicast to all members.

      Users should be able to enable/disable this.

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

                Created:
                Updated:
                Resolved: