[jboss-dev-forums] [JBoss Transactions Development] - Re: remote tx inflow: timeouts
Tom Jenkinson
do-not-reply at jboss.com
Wed Oct 5 12:09:17 EDT 2011
Tom Jenkinson [http://community.jboss.org/people/tomjenkinson] created the discussion
"Re: remote tx inflow: timeouts"
To view the discussion, visit: http://community.jboss.org/message/630270#630270
--------------------------------------------------------------
Ideally the subordinate will never need to timeout the transaction as the parent will have done it for it. If the parent timesout the transaction at the subordinate it is removed from the subordinates reaper so that is ideal.
As you say, in certain scenarios a delay of <insert your fudgefactor here> is realistic (say a stop the world GC in the parent) at that point we will get the heuristic scenario in the parent where the child has already timed out the tx. I don't think we can safely leave the transaction laying around indefinitely in the subordinate waiting for the parent to try to check if it is timeoutable as we can't be sure the parent hasn't died and will never recover.
Is remoting permanent connection oriented? Can we rely on a notification in remoting to say that the connection between the an application server has broken as a result of a server crash?
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/630270#630270]
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/20111005/2e174156/attachment.html
More information about the jboss-dev-forums
mailing list