[jboss-jira] [JBoss JIRA] Resolved: (EJBTHREE-2052) Use an L1 Cache for SFSB context stored in a DIST mode Infinispan
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Thu Oct 28 00:13:55 EDT 2010
[ https://jira.jboss.org/browse/EJBTHREE-2052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro resolved EJBTHREE-2052.
------------------------------------
Assignee: Paul Ferraro
Resolution: Done
DefaultCacheSource enables infinispan's L1 cache for DIST mode caches only.
> Use an L1 Cache for SFSB context stored in a DIST mode Infinispan
> -----------------------------------------------------------------
>
> Key: EJBTHREE-2052
> URL: https://jira.jboss.org/browse/EJBTHREE-2052
> Project: EJB 3.0
> Issue Type: Sub-task
> Components: cache, Clustering
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
>
> With Infinispan DIST, an SFSB context may not be stored in Infinispan on the local node. (Even if it's originally stored locally, it may move due to a rehash following a topology change).
> Keep an L1 cache on the node that's servicing the session to improve read performance.
> The session ownership system discussed in EJBTHREE-2051 can be used to detect failover and the need to invalidate the session out of L1. The locking system should return whether the call required obtaining the lock from a remote node; if yes that implies failover and an invalid L1.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list