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

The size of the logical address cache (logical_addr_cache) configuration is not taken into consideration in TP.java

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 2.10
    • 2.9
    • None
    • Low

    Description

      We are currently using version 2.8 with cluster with more than 300 nodes. We encountered a limitation because of the size of the physical address hardcoded to 20 in 2.8. I noticed that 2.10 solved the issue and used the code to fix 2.8. But I realized that since the logical_addr_cache is created inline and not in the init() method, the configuration does not affect its size since it uses the default value of 20.

      The cache should be created in the init() method for the configuration properties to be taken into account.

      Attachments

        Activity

          People

            rhn-engineering-bban Bela Ban
            felixtrepanier_jira Felix Trepanier (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: