[jboss-jira] [JBoss JIRA] (AS7-2463) Session replication broken: joining or removing node purges existing sessions

Paul Ferraro (Commented) (JIRA) jira-events at lists.jboss.org
Fri Dec 2 10:07:40 EST 2011


    [ https://issues.jboss.org/browse/AS7-2463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12647593#comment-12647593 ] 

Paul Ferraro commented on AS7-2463:
-----------------------------------

To elaborate ISPN-1583 prevents flags from being applied to a cache operation, such that commands like:
cache.getAdvancedCache().withFlags(Flag.CACHE_MODE_LOCAL).clear();
end up clearing the whole cache instead of just the local node.
Consequently, when we attempt to purge the sessions from the local cache on undeploy, the whole cache gets emptied.
                
> Session replication broken: joining or removing node purges existing sessions
> -----------------------------------------------------------------------------
>
>                 Key: AS7-2463
>                 URL: https://issues.jboss.org/browse/AS7-2463
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Clustering
>    Affects Versions: No Release
>         Environment: latest snapshot
>            Reporter: Radoslav Husar
>            Assignee: Paul Ferraro
>            Priority: Blocker
>             Fix For: 7.1.0.CR1
>
>
> Session replication is broken. Joining or removing node seems to purge all existing sessions
> Simple test case, 
> # start 2 nodes in cluster
> # create session on 1 node
> # shutdown 2nd cluster node
> # session is lost ;-(
> BLocks testing.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-jira mailing list