Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-5676

EntryRetrievalCommand must enlist the transaction

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.CR1, 7.2.5.Final
    • 7.2.4.Final
    • Core
    • None

      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.

              wburns@redhat.com Will Burns
              rvansa1@redhat.com Radim Vansa (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved: