[jboss-jira] [JBoss JIRA] Created: (JBCACHE-1077) CacheLoaderManager preload may gravitate entire cache
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue May 29 13:40:08 EDT 2007
CacheLoaderManager preload may gravitate entire cache
-----------------------------------------------------
Key: JBCACHE-1077
URL: http://jira.jboss.com/jira/browse/JBCACHE-1077
Project: JBoss Cache
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Cache loaders
Affects Versions: 2.0.0.CR1
Reporter: Brian Stansberry
Assigned To: Manik Surtani
Priority: Minor
If autoDataGravitation is set to true, the CacheLoaderManager.preloadCache/CacheLoaderManager.preload("/", true, true) combination will result in gravitation of the entire cache due to a call to Cache.get("/", "bla").
This is a case where an Option to suppress data gravitation would be useful. Currently we can force gravitation when autoDataGravitation is false, but not suppress it when true.
I marked this as minor because I don't remember any good use case for autoDataGravitation="true".
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list