[infinispan-issues] [JBoss JIRA] (ISPN-1857) inconsistency issue caused by lock failover during node joining
Galder Zamarreño (JIRA)
jira-events at lists.jboss.org
Mon Feb 27 10:33:36 EST 2012
[ https://issues.jboss.org/browse/ISPN-1857?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Galder Zamarreño updated ISPN-1857:
-----------------------------------
Fix Version/s: (was: 5.1.2.CR1)
> inconsistency issue caused by lock failover during node joining
> ---------------------------------------------------------------
>
> Key: ISPN-1857
> URL: https://issues.jboss.org/browse/ISPN-1857
> Project: Infinispan
> Issue Type: Bug
> Components: Locking and Concurrency, Transactions
> Affects Versions: 5.1.1.FINAL
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Priority: Critical
> Fix For: 5.1.2.FINAL
>
>
> Scenario:
> tx1 writes to k, hash(k) = {A, B}. Tx is prepared, commit hasn't been send yet.
> New node C has joined so that ch(k) = {C, B}, tx1 hasn't completed.
> tx2 writes on k adn prepares/acquire lock on k at C.
> both transactions commit at the same time resulting in B seeing tx2 result and B seeing tx1 result.
--
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 infinispan-issues
mailing list