-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: 3.2.9
-
Component/s: None
-
None
-
Fully Compatible
-
ALL
-
-
Query 2016-10-10, Query 2016-10-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
In a sharded environment, mongos will pass along the singleBatch:true parameter to the mongod shards. This results in no cursor being sent back to mongos. If mongos is unable to fill the result set requested by the client using the documents returned by the initial batches from the shards then incomplete results will be returned to the client since there are no cursors to issue `getMore` commands against.