Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
Fully Compatible
-
ALL
-
v3.6
-
Query 2018-03-26, Query 2018-04-09
-
(copied to CRM)
-
23
Description
Came from investigation on BF-8367, where the awaitdata_getmore_cmd.js fails when running in parallel with compact_keeps_indexes.js. The latter performs slow operations that hold the global DB lock, and the first is expecting a getMore to time out and return a batch size of 0. Instead, the getMore fails with "exceeded time limit". Reproducible test is attached.
Attachments
Issue Links
- is duplicated by
-
SERVER-32399 An operation on an awaitData tailable cursor can fail with "operation exceeded time limit" even if maxTimeMS is not set
-
- Closed
-
- related to
-
SERVER-43515 Complete TODO listed in SERVER-33942
-
- Closed
-
-
SERVER-44229 Complete TODO listed in SERVER-33942
-
- Closed
-