[infinispan-issues] [JBoss JIRA] (ISPN-2367) ReadCommitted does not work in distributed mode
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Wed Jul 3 06:51:20 EDT 2013
[ https://issues.jboss.org/browse/ISPN-2367?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus resolved ISPN-2367.
---------------------------------
Resolution: Rejected
in this scenario we offer more than read committed, we offer repeatable read so this shouldn't be a problem.
> ReadCommitted does not work in distributed mode
> -----------------------------------------------
>
> Key: ISPN-2367
> URL: https://issues.jboss.org/browse/ISPN-2367
> Project: Infinispan
> Issue Type: Bug
> Components: Transactions
> Affects Versions: 5.1.7.Final
> Reporter: Mircea Markus
> Assignee: Mircea Markus
> Fix For: 6.0.0.Final
>
> Attachments: ReadCommittedDistributedTest.java
>
>
> ReadCommitted isolation level doesn't work as expected in distributed mode:
> - tx1 at Node1 reads (k1,v1) which is owned by Node2. At this point it keeps a cached copy of the entry locally
> - tx2 at Node3 writes (k1,v2) and commits
> - tx1 at Node1 reads k1 again and it gets the value "v1" - wrong!
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list