[jboss-jira] [JBoss JIRA] Created: (JBAS-5629) Web session persistent store cleanup with total repl and marshalling

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


Web session persistent store cleanup with total repl and marshalling
--------------------------------------------------------------------

                 Key: JBAS-5629
                 URL: http://jira.jboss.com/jira/browse/JBAS-5629
             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 total replication is used, with region based marshalling configured.

With region based marshalling, when a webapp undeploys, it inactivates its cache region.  Thereafter, that region of the cache stops receiving updates from the rest of the cluster, and any data left in its persistent store can quickly get out of date with respect to the cluster.  If the webapp, 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 before the region is activated.  When the region is activated, the current correct state will be transferred.

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