-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
v8.0, v7.3, v7.0
-
0
The config fuzzer creates cases deploying a sharded cluster where '
color: Color value is invalid
internalQueryFindCommandBatchSize' for mongoS is smaller than the '
color: Color value is invalid
internalQueryFindCommandBatchSize' for mongoD.
This configuration leads to a case where despite dropping a collection, existing cursor over the collection may still return results, due to caching in the 'AsyncResultsMerger'.
This ticket addresses this issue by avoiding the execution of this specific test with varying configurations through the config fuzzer.
- is related to
-
SERVER-92084 Cursor is valid and returning data after dropping collection for sharded collections
- Closed