-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Spec Comp
-
Fully Compatible
Other drivers reported problems when they attempt to use the same connection concurrently for multiple operations. For example, some drivers apparently can close cursors which are being iterated, e.g. change stream cursors, and in LB mode they would end up issuing the second operation on the same pinned connection that is already being used for the first operation without being aware that the connection is used.
We should review that our connection implementation uses each connection for one operation at a time to avoid this type of issue.
------------------
DRIVERS Ticket Description
Script Target - If you can read this text, the script has failed