[jbosscache-issues] [JBoss JIRA] Created: (JBCACHE-1500) RegionManager.createRegion allows duplicate region names

Dennis Reed (JIRA) jira-events at lists.jboss.org
Mon Mar 30 14:10:22 EDT 2009


RegionManager.createRegion allows duplicate region names
--------------------------------------------------------

                 Key: JBCACHE-1500
                 URL: https://jira.jboss.org/jira/browse/JBCACHE-1500
             Project: JBoss Cache
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: Eviction
    Affects Versions: 1.4.1.SP9
            Reporter: Dennis Reed
            Assignee: Manik Surtani


RegionManager.createRegion does not check for duplicate region names.

If two calls to 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.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jbosscache-issues mailing list