[jboss-jira] [JBoss JIRA] Assigned: (JBAS-7844) Prevent concurrent access to HttpSession on different nodes

Paul Ferraro (JIRA) jira-events at lists.jboss.org
Wed Aug 18 09:11:12 EDT 2010


     [ https://jira.jboss.org/browse/JBAS-7844?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Paul Ferraro reassigned JBAS-7844:
----------------------------------

    Assignee: Vladimir Blagojevic


> Prevent concurrent access to HttpSession on different nodes
> -----------------------------------------------------------
>
>                 Key: JBAS-7844
>                 URL: https://jira.jboss.org/browse/JBAS-7844
>             Project: JBoss Application Server
>          Issue Type: Task
>      Security Level: Public(Everyone can see) 
>          Components: Clustering, Web (Tomcat) service
>            Reporter: Brian Stansberry
>            Assignee: Vladimir Blagojevic
>
> Require a node's cache to take "ownership" of an session 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 SFSB contexts.

-- 
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