-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: 4.4.6
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
Sharding EMEA 2021-07-12
-
(copied to CRM)
- MongosProcessInterface::lookupSingleDocument is calling the shard version retry helper on a namespace different from the one targeted by the provided lambda.
- attachCursorToPipeline is closing the original pipeline instead of the cloned one in use.
The bug just affects 4.4.x versions since there was no retry in prior versions and this commit solved the issue in post-4.4 branches.
It's just needed a partial cherry pick of SERVER-47530, not including the sharded collection description changes.
- is related to
-
SERVER-47530 Query plan executor: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription
- Closed