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

max_dynamic_hosts in TCPPING

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 3.4
    • None
    • None

    Description

      @Property(description="max number of hosts to keep beyond the ones in initial_hosts")
      protected int max_dynamic_hosts=100;
      protected final BoundedList<PhysicalAddress> dynamic_hosts=new BoundedList<PhysicalAddress>(max_dynamic_hosts);
      ---------------------------------------------------------------------
      Even though set the max_dynamic_hosts with xml config, dynamic_hosts would still init before max_dynamic_hosts be covered

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            KimShen shen kim (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: