[infinispan-issues] [JBoss JIRA] (ISPN-5676) EntryRetrievalCommand must enlist the transaction
William Burns (JIRA)
issues at jboss.org
Wed Aug 12 11:58:03 EDT 2015
[ https://issues.jboss.org/browse/ISPN-5676?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Work on ISPN-5676 started by 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
>
> 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