[infinispan-issues] [JBoss JIRA] (ISPN-5676) EntryRetrievalCommand must enlist the transaction
Adrian Nistor (JIRA)
issues at jboss.org
Mon Aug 17 06:25:27 EDT 2015
[ https://issues.jboss.org/browse/ISPN-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Adrian Nistor updated ISPN-5676:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Integrated in 7.2.x and master. Thanks [~william.burns]!
> EntryRetrievalCommand must enlist the transaction
> -------------------------------------------------
>
> Key: ISPN-5676
> URL: https://issues.jboss.org/browse/ISPN-5676
> Project: Infinispan
> Issue Type: Bug
> Components: Core
> Affects Versions: 7.2.4.Final
> Reporter: Radim Vansa
> Assignee: William Burns
> Fix For: 8.0.0.CR1, 7.2.5.Final
>
>
> When entries are read in transactional cache through cache.filterEntries() and there are no other operations in this transaction, new LocalTransaction is created and registered in the TransactionTable but this is never enlisted; TxInterceptor.visitEntryRetrievalCommand does not enlist it.
> Since unregistration from TransactionTable relies on enlistment, the LocalTransaction stays there until it is cleaned up.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)
More information about the infinispan-issues
mailing list