[jboss-jira] [JBoss JIRA] Updated: (EJBTHREE-2051) Prevent concurrent access to SFSB context on different nodes
Paul Ferraro (JIRA)
jira-events at lists.jboss.org
Tue Nov 16 13:01:45 EST 2010
[ https://jira.jboss.org/browse/EJBTHREE-2051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Paul Ferraro updated EJBTHREE-2051:
-----------------------------------
Fix Version/s: depchain-1.0.0-alpha-17
Affects Version/s: Unscheduled
> Prevent concurrent access to SFSB context on different nodes
> ------------------------------------------------------------
>
> Key: EJBTHREE-2051
> URL: https://jira.jboss.org/browse/EJBTHREE-2051
> Project: EJB 3.0
> Issue Type: Task
> Components: cache, Clustering
> Affects Versions: Unscheduled
> Reporter: Brian Stansberry
> Assignee: Paul Ferraro
> Fix For: depchain-1.0.0-alpha-17
>
>
> Require a node's cache to take "ownership" of an SFSB context before returning it.
> A cache that creates the SFSB context can take ownership without any cluster-wide message.
> A cache that has taken ownership can lock it during subsequent requests. Doing this does not require any cluster-wide message.
> A cache that doesn't have ownership of an SFSB context must request ownership via a cluster-wide message. This will be granted, but not until any concurrently executing requests on the owning node have completed.
> If the node owning the session does not respond to the request to give up ownership (e.g. it has crashed) ownership is acquired.
> Code for this locking function exists in AS; needs to be extracted out into ha-server-api (JBCLUSTER-223)
> The same concept will be applied to web sessions.
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list