[jboss-jira] [JBoss JIRA] Created: (JBAS-4466) JBossCacheService does too many cache operations to remove a session
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jun 5 16:42:08 EDT 2007
JBossCacheService does too many cache operations to remove a session
--------------------------------------------------------------------
Key: JBAS-4466
URL: http://jira.jboss.com/jira/browse/JBAS-4466
Project: JBoss Application Server
Issue Type: Task
Security Level: Public (Everyone can see)
Components: Clustering, Web (Tomcat) service
Reporter: Brian Stansberry
Assigned To: Brian Stansberry
Priority: Minor
Fix For: JBossAS-5.0.0.CR1
Does this (intevening comments removed):
cacheWrapper_.remove(fqn, realId);
cacheWrapper_.remove(fqn);
This is silly as the second step makes the first unnecessary.
Adds overhead plus we found it caused issues with ClusteredCacheLoader, which wants to do a cluster-wide get call for remove(Fqn, Object) so it can return the old value.
--
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