[jboss-jira] [JBoss JIRA] Commented: (JBAS-7379) UpgradeException when concurrently accessing the session after failover with buddy replication
Dennis Reed (JIRA)
jira-events at lists.jboss.org
Thu Oct 15 16:16:06 EDT 2009
[ https://jira.jboss.org/jira/browse/JBAS-7379?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12490105#action_12490105 ]
Dennis Reed commented on JBAS-7379:
-----------------------------------
To recreate:
Start two stock clustered configurations, with buddy replication enabled for web sessions.
Hit a test JSP that accesses the session on instance 1.
Shut down instance 2.
Make several concurrent requests with the same session ID created on instance1, that hit a test JSP that access the session on instance 2.
> UpgradeException when concurrently accessing the session after failover with buddy replication
> ----------------------------------------------------------------------------------------------
>
> Key: JBAS-7379
> URL: https://jira.jboss.org/jira/browse/JBAS-7379
> Project: JBoss Application Server
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Clustering, Web (Tomcat) service
> Affects Versions: JBossAS-4.2.3.GA, JBossAS-5.1.0.GA
> Reporter: Dennis Reed
> Assignee: Dennis Reed
>
> When using buddy replication, when multiple concurrent requests are made with the same session ID after failover, most abort with an org.jboss.cache.lock.UpgradeException while trying to migrate the cache data to the local node.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list