[infinispan-issues] [JBoss JIRA] (ISPN-3024) Removed entry not seen correctly within transaction's scope
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri Apr 19 15:17:53 EDT 2013
[ https://issues.jboss.org/browse/ISPN-3024?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-3024:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request: https://github.com/infinispan/infinispan/pull/1772
> 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