-
Type: Task
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Component/s: None
-
None
A driver should not include a readConcern field as part of any getMore command that the driver constructs while iterating a cursor, as the readConcern on the initiating command (find, aggregate, etc) is the only one necessary, and the server would like to reserve the right to report an error on any getMore command that contains a readConcern field.
- related to
-
SERVER-31404 getMore commands should return an error when the caller specifies a read concern
- Backlog