[jboss-dev-forums] [JBoss Transactions Development] - Re: remote tx inflow: timeouts

jaikiran pai do-not-reply at jboss.com
Thu Oct 27 02:44:52 EDT 2011


jaikiran pai [http://community.jboss.org/people/jaikiran] created the discussion

"Re: remote tx inflow: timeouts"

To view the discussion, visit: http://community.jboss.org/message/633786#633786

--------------------------------------------------------------
To add a bit more details to that WARN message - It appears that when a subordinate tx is imported as follows (that 300 value is a example timeout):

final Transaction newSubOrdinateTx = SubordinationManager.getTransactionImporter().importTransaction(xidTransactionID.getXid(), 300);

it ultimately leads to com.arjuna.ats.internal.jta.transaction.arjunacore.subordinate.SubordinateAtomicAction constructor which adds it to the TransactionReaper. But I don't see any code which removes it from the reaper once the SubordinateTransaction is committed/rolledback well before the timeout. As a result, the TransactionReaper ends up logging that WARN. So I'm not sure whether it's just a case of removing the ReaperElement from the TransactionReaper or something more. Let us know if you need more details.
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/633786#633786]

Start a new discussion in JBoss Transactions Development at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2041]

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-dev-forums/attachments/20111027/009cce43/attachment.html 


More information about the jboss-dev-forums mailing list