Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-4687

XATerminator.rollback does not invoke XAResource.rollback for failed resources when JTS is used

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • 7.1.0.DR6
    • 7.0.0.GA
    • Transactions
    • None
    • DR6
    • Hide

      Crash recovery testsuite could be used to run the test (when unignoring the testcase)
      mvn clean verify -am -pl jbossts -DfailIfNoTests=false -fn -Djbossts.noJTA -Dtest=JcaInflowTransactionTestCase#rmfailWithRecovery

      Show
      Crash recovery testsuite could be used to run the test (when unignoring the testcase) mvn clean verify -am -pl jbossts -DfailIfNoTests=false -fn -Djbossts.noJTA -Dtest=JcaInflowTransactionTestCase#rmfailWithRecovery

    Description

      I do experience an issue of not rollbacking failed XAResource when XATerminator.rollback is called on jca inflow transaction. This works wrong when JTS is used. For the same testcase when JTA is used all in-doubt XAResources are rolled back.

      The scenario is following:
      There is a a test RA which drives an inflow transaction to a MDB. MDB then works with two TestXAResources which are enlisted to the supplied transaction.

      1. RAR is deployed
      2. RAR opens a java socket where listens for message
      3. MDB of TestResourceMessageListener is deployed
      4. test client sends prepare command
      5. test client sends commit command
      6. first TestXAResource commits, second TestXAResource throws XAException.XAER_RMFAIL
      7. test client receives error code XAER_RMFAIL
      8. test client sends recover command
      9. test client receives number of in-doubt xid - which is one
      10. test client sends rollback command
      11. XATerminator calls rollback on the in-doubt xid
      12. expecting TestXAResource.rollback would be called

      After the XATerminator.rollback is invoked there is no call of rollback for the unfinished XAResource. I can see that abort phase is invoked [1] (see attached jboss eap server.log) but the real invocation of the XAResource.rollback does not happen (for the JTA transaction it runs fine).

      [1]

      
      

      2016-05-18 11:20:20,385 TRACE [com.arjuna.ats.jts] (default-threads- 1) ServerTransaction::doPhase2Abort (0:ffff7f000001:-728dfa93:573c33bc:24 )
      2016-05-18 11:20:55,416 TRACE [com.arjuna.ats.jts] (default-threads- 1) ArjunaTransactionImple::get_status for 0:ffff7f000001:-728dfa93:573c33bc:24 returning CosTransactions::StatusCommitted

      Attachments

        Issue Links

          Activity

            People

              thjenkin@redhat.com Tom Jenkinson
              ochaloup@redhat.com Ondrej Chaloupka (Inactive)
              Ondrej Chaloupka Ondrej Chaloupka (Inactive)
              Ondrej Chaloupka Ondrej Chaloupka (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: