-
Sub-task
-
Resolution: Done
-
Major
-
4.2.0.GA_CP06, 4.3.0.GA_CP04, 4.3.0.GA_CP04_FP01
-
None
-
Release Notes
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.