[JBoss JIRA] (ISPN-5676) EntryRetrievalCommand must enlist the transaction
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5676?page=com.atlassian.jira.plugin.... ]
William Burns updated ISPN-5676:
--------------------------------
Status: Open (was: New)
> 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)
10 years, 8 months
[JBoss JIRA] (ISPN-5676) EntryRetrievalCommand must enlist the transaction
by William Burns (JIRA)
[ https://issues.jboss.org/browse/ISPN-5676?page=com.atlassian.jira.plugin.... ]
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)
10 years, 8 months
[JBoss JIRA] (ISPN-5676) EntryRetrievalCommand must enlist the transaction
by Radim Vansa (JIRA)
Radim Vansa created ISPN-5676:
---------------------------------
Summary: 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)
10 years, 8 months