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

TCPPING: initial_hosts are not read in the order in which they're listed

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Minor
    • 3.6.5
    • None
    • None

    Description

      TCPPING doesn't contact the members listed in initial_hosts in the order in which they are defined. A user might list them in decreasing order of availability, so this is not optimal.
      The reason is that we add initial_hosts and dynamic_hosts into a hashset, which causes reordering.
      SOLUTION: use an ArrayList and add a presence check.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: