Bugs item #416377, was updated on 2001-04-15 20:24 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=416377&group_id=22866 Category: JBossServer Group: v2.2 (stable) Status: Open Priority: 5 Submitted By: Dan Christopherson (danch) Assigned to: Dan Christopherson (danch) Summary: race condition in TxCapsule reuse Initial Comment: It is possible under load for a TxCapsule to be released for reuse and for it to be picked for reuse before a 'commit' operation is actually complete. This _should_ only cause a problem if the transaction should have thrown a Hueristic exception of some sort, but it also causes lock contention, slowing one of the requests down a bit. ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376685&aid=416377&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
