]
Adrian Nistor updated ISPN-3024:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in master. Thanks!
Removed entry not seen correctly within transaction's scope
-----------------------------------------------------------
Key: ISPN-3024
URL:
https://issues.jboss.org/browse/ISPN-3024
Project: Infinispan
Issue Type: Bug
Reporter: Mircea Markus
Assignee: Mircea Markus
Priority: Critical
Labels: 5.2.x
Fix For: 5.3.0.Beta1, 5.3.0.Beta2
for both replicated and distributed caches:
cache.put(k,v);
tm.begin();
cache.remove(k);
assertNull(cache.get(k), "This fails!");
--
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: