Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
3.4.19, 3.6.10, 4.0.6
-
None
-
Fully Compatible
-
ALL
-
v4.0, v3.6, v3.4
-
Query 2019-02-25, Query 2019-03-11
Description
The CollectionCloner, used in the first phase of initial sync, has code to interpret error codes from the getMore command as indicative of a collection drop:
In 4.0 and older branches, it handles OperationFailed and CursorNotFound. However, collection drops can result in a getMore returning QueryPlanKilled. This error code should be handled as well. This was fixed in 4.1.7 by SERVER-37451, but it still needs to be fixed in older branches. As part of moving ClientCursor ownership to the global cursor manager, SERVER-37451 changed the server's behavior such that collection drops result in QueryPlanKilled rather than CursorNotFound. This necessitated an immediate fix in master in order to ensure that initial sync remains resilient to collection drops. This ticket tracks the remaining backport work.
Attachments
Issue Links
- is documented by
-
DOCS-12519 Docs for SERVER-38722: CollectionCloner should handle QueryPlanKilled on collection drop
-
- Closed
-
- is related to
-
SERVER-37451 Move all cursor ownership to the global cursor manager
-
- Closed
-