Cache.get(...) does not go remote if DIST + batch + REPEATABLE_READ
-------------------------------------------------------------------
Key: ISPN-787
URL:
https://jira.jboss.org/browse/ISPN-787
Project: Infinispan
Issue Type: Bug
Components: Distributed Cache
Affects Versions: 4.2.0.BETA1
Reporter: Paul Ferraro
Assignee: Manik Surtani
Priority: Critical
Attachments: ISPN787TestCase.java
The attached test reproduces the problem.
* Create 3 DIST mode caches from 3 clustered managers
* Do a cache put
* If batching is enabled, and isolation level is REPEATABLE_READ, cache get only returns
the correct value for those nodes to which the key hashes
* The same cache get succeeds if isolation level is dropped to READ_COMMITTED or if get
is not done within a batch
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: