Uploaded image for project: 'JBoss Transaction Manager'
  1. JBoss Transaction Manager
  2. JBTM-2748

Prevent JTS bottom-up recovery from rolling back prepared inflowed JCA transactions

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 5.3.5.Final
    • None
    • JCA, JTS, Recovery
    • None

    Description

      There exists a defect that if a recovering JVM does the following steps:

      doRecoveryScan()
      waitForOrphanInterval()
      doRecoveryScan()

      Before XATerminator::recover is called in the root coordinator then bottom-up recovery will be told there is NoTransaction which is infers as a rollback.

      I saw two options, one was to have TransactionCacheItem try to peek in the objectstore for ServerTransaction/JCA classes. The alternative is to add a new recovery module that can load the ServerTransaction/JCA classes periodically so the transaction won't be lost.

      Attachments

        Issue Links

          Activity

            People

              thjenkin@redhat.com Tom Jenkinson
              thjenkin@redhat.com Tom Jenkinson
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: