[jbossts-issues] [JBoss JIRA] (JBTM-1432) Provide information about the uid of the transaction that you are aborting

Tom Jenkinson (JIRA) jira-events at lists.jboss.org
Wed Jan 16 09:20:22 EST 2013


Tom Jenkinson created JBTM-1432:
-----------------------------------

             Summary: Provide information about the uid of the transaction that you are aborting
                 Key: JBTM-1432
                 URL: https://issues.jboss.org/browse/JBTM-1432
             Project: JBoss Transaction Manager
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: Transaction Core
            Reporter: Tom Jenkinson
            Assignee: Tom Jenkinson
             Fix For: 4.17.4, 5.0.0.M2


I came across the following investigating a support case:
https://community.jboss.org/wiki/TxMultipleThreads
This article is excellent, however it highlighted to me a slight deficiency in the "The transaction is not active!" log statement.

I think we should put the uid of the transaction in this statement too, this can then be cross referenced against the statement: "Abort of action id -3f57cb74:c9a4:499eb149:a92 invoked while multiple threads active within it."

It would look something like: "The transaction is not active! Uid is -3f57cb74:c9a4:499eb149:a92"

This means that without turning on tracing you can be sure that your XAR was not wedged because you can see the business logic at least attempting to complete the transaction. It will also be useful to help a customer determine a suitable timeout value as often the logging is accompanied by timestamps so it will be quite straight forward to work out how much longer to add to the timeouts.

As I mentioned, this information *is* available today, but you have to enable tracing on the logging which is not always acceptable in a production environment.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbossts-issues mailing list