-
Type: Bug
-
Resolution: Won't Fix
-
Priority: Major - P3
-
None
-
Affects Version/s: 2.2.3
-
Component/s: Internal Client, Shell
-
Server Tooling & Methods
-
ALL
-
In at least some cases, the DBClientCursor treats an error on getMore() as a query result, returns it to the client as a document, and stops iterating the cursor. There isn't any indication to the client, at least to a mongo shell client, that the invalid getMore document is not just a document in the collection.
see DBClientCursor::dataReceived - the error is flagged, but this does not affect what is returned.
Unclear if this affects master.
- is depended on by
-
SERVER-8940 remove2.js failing on 2.2 branch
- Closed