[jbossts-issues] [JBoss JIRA] (JBTM-1146) XTS Demo: ServiceStateManager fails to rollback during recovery as TXID is not known.

Paul Robinson (JIRA) jira-events at lists.jboss.org
Tue May 1 10:15:17 EDT 2012


Paul Robinson created JBTM-1146:
-----------------------------------

             Summary: XTS Demo: ServiceStateManager fails to rollback during recovery as TXID is not known.
                 Key: JBTM-1146
                 URL: https://issues.jboss.org/browse/JBTM-1146
             Project: JBoss Transaction Manager
          Issue Type: Bug
      Security Level: Public (Everyone can see)
          Components: XTS
    Affects Versions: 5.0.0.M1
            Reporter: Paul Robinson
            Assignee: Paul Robinson
             Fix For: 4.16.5, 5.0.0.M2


See: http://172.17.131.2/job/btny-quickstarts/108/consoleText

In particular, notice the NPE from:

{code}
    /**
     * release a derived state previously stored using the transaction id as a lookup key
     * @param txId the id of the transaction which created the derived state
     */
    protected void removeState(Object txId)
    {
        transactions.remove(txId);
    }
{code}

I don't yet know:

A) If recovery should even be happening in this part of the test.
B) Assuming recovery should happen, I don't know if the outcome should be rollback; which is what it looks like is happening here.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbossts-issues mailing list