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

max_dynamic_hosts in TCPPING

XMLWordPrintable

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

      @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

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

                Created:
                Updated:
                Resolved: