[jbossts-issues] [JBoss JIRA] (JBTM-2547) CrashRecovery02_2_Test01 failure

Michael Musgrove (JIRA) issues at jboss.org
Mon Nov 2 11:02:00 EST 2015


Michael Musgrove created JBTM-2547:
--------------------------------------

             Summary: CrashRecovery02_2_Test01 failure
                 Key: JBTM-2547
                 URL: https://issues.jboss.org/browse/JBTM-2547
             Project: JBoss Transaction Manager
          Issue Type: Bug
          Components: Testing
    Affects Versions: 5.2.7.Final
         Environment: Run the QA testsuite using the JdkORB
            Reporter: Michael Musgrove
            Assignee: Michael Musgrove
             Fix For: 5.next


The root cause of the failure is that StatusChecker#getStatus gets a different exception when trying to obtain the transaction status. With JacORB it gets OBJECT_NOT_EXIST but with JdkORB orb it gets CORBA.BAD_OPERATION. In the former case we assume that the original transaction is dead and get a fresh one to do recovery on. In the later case we log the error and abort the replay attempt.

The recommended fix is to mark the original as dead when we get CORBA.BAD_OPERATION when doing the status lookup.




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


More information about the jbossts-issues mailing list