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

Logical names: a view change in one cluster marks for removal the entries of all the other clusters

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Minor Minor
    • 3.3.4, 3.4
    • 3.3.3
    • None
    • Workaround Exists
    • Hide

      The jgroups.uuid_cache.max_elements system property can be used to increase the size of the logical names cache.

      Show
      The jgroups.uuid_cache.max_elements system property can be used to increase the size of the logical names cache.

      This is related to JGRP-918.

      The UUID class keeps a static cache of logical names, which is shared by all the clusters running in the same JVM. When TP receives a VIEW_CHANGED event, it calls UUID.retainAll(members), which marks all the addresses on other clusters for removal. If there are enough members to exceed the logical names cache capacity (500 by default), some of those members will be actually removed from the logical names cache and their addresses will be printed as UUIDs.

              rhn-engineering-bban Bela Ban
              dberinde@redhat.com Dan Berindei (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: