Details
-
Bug
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
jtsk_2.0
-
None
-
None
-
4899372
Description
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4899372
TxnMgr make remote calls back into self. These calls needlessly risk a communication error and the overhead of a remote call. These calls should replaced with local invocations. For example:
TxnManagerTransaction::commit()
TxnManagerTransaction::doAbort()
ServerTransaction::abort() --> remote call back into TxnMgr