[jboss-jira] [JBoss JIRA] Created: (JBAS-5628) Web session persistent store cleanup with buddy replication

Brian Stansberry (JIRA) jira-events at lists.jboss.org
Thu Jun 12 12:16:33 EDT 2008


Web session persistent store cleanup with buddy replication 
------------------------------------------------------------

                 Key: JBAS-5628
                 URL: http://jira.jboss.com/jira/browse/JBAS-5628
             Project: JBoss Application Server
          Issue Type: Sub-task
      Security Level: Public (Everyone can see)
          Components: Clustering, Web (Tomcat) service
            Reporter: Brian Stansberry
         Assigned To: Brian Stansberry
             Fix For: JBossAS-5.0.0.CR1


See parent issue for basic problem description. This subtask is for when buddy replication is enabled.  

With BR, the backup copies of sessions are always in another area of the JBC tree, not the main tree. If a webapp undeploys, it's area of the main tree is useless. If it restarts, any persistent store data in the main tree is possibly out of date, superseded by data in another cache that has taken ownership of the session.  So, the webapp's main tree region should be cleared.  If a request comes in for a session owned by the previous version of the webapp (i.e. the session didn't fail over while the webapp was undeployed on the node), it can be gravitated from wherever the backup copy resides.

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