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

TCPGOSSIP: add operations to change initial_hosts at runtime

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Minor Minor
    • 2.10
    • None
    • None

      We should add the following operations (exposed as @ManagedOperation !):

      @ManagedOperation
      public void addInitialHost(String hostname, int port);

      @ManagedOperation
      public boolean removeInitialHost(String hostname, int port);

      The RouterStubManager should stop pinging removed members (if it was attempting to re-establish a connection).

              vblagoje Vladimir Blagojevic (Inactive)
              rhn-engineering-bban Bela Ban
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved: