Mircea Markus created ISPN-2367:
-----------------------------------
Summary: 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: 5.2.0.Final
ReadCommitted isolation level doesn't work as expected in distributed mode:
- tx1@Node1 reads (k1,v1) which is owned by Node2. At this point it keeps a cached copy of
the entry locally
- tx2@Node3 writes (k1,v2) and commits
- tx1@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