[jbossts-issues] [JBoss JIRA] (JBTM-2735) EIS can't finish all participants of inflow in-doubt transaction after jvm crash

Ondra Chaloupka (JIRA) issues at jboss.org
Mon Aug 15 16:30:01 EDT 2016


Ondra Chaloupka created JBTM-2735:
-------------------------------------

             Summary: EIS can't finish all participants of inflow in-doubt transaction after jvm crash
                 Key: JBTM-2735
                 URL: https://issues.jboss.org/browse/JBTM-2735
             Project: JBoss Transaction Manager
          Issue Type: Bug
            Reporter: Ondra Chaloupka


When EIS RAR manages inflow transaction through {{XATerminator}} calls and jvm of TM is crashed at the start of commit phase then EIS can't recover all transaction participants.    

Expected flow of the case would be
# enlist two participants of inflow transaction - that means TM manages subordinate transaction and accepts orders from EIS RAR
# TM receives commit order by EIS RAR call {{XATerminator.commit}}
# TM prepares both participants
# end phase prepares, start phase commits
# JVM crashes
# app server is restarted again
# EIS system repeats commit call as subordinate txn was not finished
# TM calls commit on both participants to finish the transaction

This scenario has two troubles in current implementation

If app server is restarted (after jvm crash happened) and EIS calls commit right after the start there is thrown {{XAER_RMFAIL}} when XATerminator.commit is called.

For the commit have got a real effect on in-doubt transaciton there needs to be called recovery first. From that point in time the in-doubt inflow transaction is "available" for EIS RAR  XATerminator.commit call. But there is another issue. Transaction was stopped with two participants prepared. But after commit is called from XATerminator only one XAResource is committed. The other one is left and forgotten. As the transaction itself is resolved as finished (thus removed from log store) there is no way to get to the remaining in-doubt participant - at least with help of jboss cli tooling.
(_The reason could be that both XA resources shared the xid, as discussed in other place, TM does not rights to change xid and it needs to reuse existing one provided by EIS to all the work_)



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)



More information about the jbossts-issues mailing list