Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
2018-01
Description
mcsapi requests a new txnID every time, unfortunately it uses a fixed sessionID and DBRM gives an existing txnID if there is one open.
This means that a multi-threaded mcsapi application could use the same txnID for two transactions. Causing one commit/rollback to commit/rollback both.