Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-17742 Support Transactions during WildFly’s graceful shutdown
  3. WFLY-19648

TransactionImporterImple should be modified following JBTM-3894

XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • None
    • None
    • ---
    • ---

      • ArjunaJTS/jtax/classes/com/arjuna/ats/internal/jta/transaction/jts/jca/TransactionImporterImple.java
        • In particular, the addImportedTransaction method
      • ArjunaJTA/jta/classes/com/arjuna/ats/internal/jta/transaction/arjunacore/jca/TransactionImporterImple.java
        • In particular, the addImportedTransaction method
          • /**
             * This will need to be called from WildFly ServerActivity in a manner similar to how RecoverySuspendController works
             */
            public void suspend() {
                // disable the transaction system but keep recovery running
                TxControl.disable();
                // wait for in flight transactions to complete
                TransactionReaper.transactionReaper().waitForAllTxnsToTerminate();
            }

              jfinelli@redhat.com Manuel Finelli
              jfinelli@redhat.com Manuel Finelli
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: