[jboss-jira] [JBoss JIRA] Closed: (JBAS-4466) JBossCacheService does too many cache operations to remove a session
Brian Stansberry (JIRA)
jira-events at lists.jboss.org
Tue Jun 5 18:00:09 EDT 2007
[ http://jira.jboss.com/jira/browse/JBAS-4466?page=all ]
Brian Stansberry closed JBAS-4466.
----------------------------------
Fix Version/s: JBossAS-5.0.0.Beta3
(was: JBossAS-5.0.0.CR1)
Resolution: Done
> 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.Beta3
>
>
> 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