[jboss-jira] [JBoss JIRA] Updated: (JBCACHE-1133) Cache loading unnecessarily loads nodes
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Jul 16 19:30:02 EDT 2007
[ http://jira.jboss.com/jira/browse/JBCACHE-1133?page=all ]
Manik Surtani updated JBCACHE-1133:
-----------------------------------
Summary: Cache loading unnecessarily loads nodes (was: Cache loading unnecessarily loads child nodes)
Description:
The cache loader interceptor unnecessarily attempts to load child nodes when a parent has been evicted, even though the child node has not.
Also unnecessarily loads nodes when keys are already in memory, just because the dataLoaded flag in UnversionedNode is true. (happens when put(Fqn, Map) does not trigger a load).
See unit test org.jboss.cache.loader.UnnecessaryLoadingTest
was:
The cache loader interceptor unnecessarily attempts to load child nodes when a parent has been evicted, even though the child node has not.
See unit test org.jboss.cache.loader.UnnecessaryLoadingTest
> Cache loading unnecessarily loads nodes
> ---------------------------------------
>
> Key: JBCACHE-1133
> URL: http://jira.jboss.com/jira/browse/JBCACHE-1133
> Project: JBoss Cache
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Cache loaders, MonthOfBugs_200
> Affects Versions: 2.0.0.CR3
> Reporter: Manik Surtani
> Assigned To: Manik Surtani
> Fix For: 2.0.0.GA
>
>
> The cache loader interceptor unnecessarily attempts to load child nodes when a parent has been evicted, even though the child node has not.
> Also unnecessarily loads nodes when keys are already in memory, just because the dataLoaded flag in UnversionedNode is true. (happens when put(Fqn, Map) does not trigger a load).
> See unit test org.jboss.cache.loader.UnnecessaryLoadingTest
--
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