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

TCPGOSSIP uses a fixed port_range of 1

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 4.2.10, 5.1.6
    • None
    • None
    • False
    • False
    • Undefined

      TCPGOSSIP has a list of GossipRouters in initial_hosts. A fixed port_range of 1 is used to compute the list. This is incorrect, as from A:1,B:1, we'll get A:1, A:2, B:1, B:2.
      The idea is to list all GossipRouters in initial_hosts. Simple fix: use a fixed port_range of 0.

              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: