-
Type: New Feature
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
Fully Compatible
-
v4.0
-
TIG 2018-06-18
-
0
Calling close on a cursor will attempt to close the cursor even if the cursor does not exist. Which causes an exception to be thrown. This becomes a problem if we hit an issue trying to create the cursor. The calling code does not know whether the cursor was created or not so cannot know if it can safely call close without viewing the internals of the cursor code.
- is related to
-
SERVER-33641 Call checkOplogs when checkReplicatedDataHashes fails
- Closed