[infinispan-issues] [JBoss JIRA] (ISPN-3024) Removed entry not seen correctly within transaction's scope
Adrian Nistor (JIRA)
jira-events at lists.jboss.org
Tue Apr 30 11:27:53 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
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: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list