[infinispan-issues] [JBoss JIRA] Resolved: (ISPN-787) Cache.get(...) does not go remote if DIST + batch + REPEATABLE_READ
Manik Surtani (JIRA)
jira-events at lists.jboss.org
Mon Nov 22 11:48:54 EST 2010
[ https://jira.jboss.org/browse/ISPN-787?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Manik Surtani resolved ISPN-787.
--------------------------------
Assignee: Paul Ferraro (was: Manik Surtani)
Resolution: Done
> 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: Paul Ferraro
> 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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list