To allow the getMore command to be used with existing cursor-generating commands (aggregate, listCollections, etc) and to allow legacy getMore operations to be used with the find command, the implementations of the existing cursor-generating commands need to be updated to register new cursors with the new ClusterCursorManager instead of the legacy CursorCache.
- depends on
-
SERVER-18766 Implement manager for ClusterClientCursor
- Closed
-
SERVER-18772 Use ClusterClientCursor framework for OP_QUERY style find on mongos
- Closed
-
SERVER-18773 Use ClusterClientCursor framework for OP_GET_MORE to getMore command conversion and execution on mongos
- Closed
- is depended on by
-
SERVER-19405 Update serverStatus command (mongos implementation) to extract cursor statistics from ClusterCursorManager
- Closed
-
SERVER-19406 Implement new path for kill cursor operations on mongos
- Closed