XMLWordPrintable

Details

    • Sub-task
    • Resolution: Done
    • Major
    • 4.2.0.GA_CP06, 4.3.0.GA_CP04, 4.3.0.GA_CP04_FP01
    • Clustering
    • None
    • Release Notes

    Description

      org.jboss.cache.eviction.RegionManager.createRegion and org.jboss.cache.marshall.RegionManager.createRegion do not check for duplicate region names.

      If two calls to the eviction RegionManager.createRegion for the same Fqn create regions A (first) and B (second):

      • all future cache operations will happen on B
      • EvictionTimerTask will only watch A, causing no evictions on B, and B's eviction queue will fill up.

      Attachments

        Activity

          People

            rhn-support-dereed Dennis Reed
            rhn-support-jawilson Jimmy Wilson
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: