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

EntryRetrievalCommand must enlist the transaction

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: