-
Type: Bug
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
ALL
-
Query Execution 2021-04-19
The following tests are failing in SBE mode as they're issuing a getMore command, which is not compatible with stepdowns. In the classic engine, the getMore's are not issued. We need to investigate where this difference in behaviour is coming from:
- jstests/core/and_or_index_sort.js
- jstests/core/sort_merge_collation.js
- jstests/core/or_inexact.js
- jstests/core/sort_merge.js
- jstests/core/explode_for_sort_fetch.js
- jstests/core/ork.js
- jstests/core/hashed_index_collation.js
- duplicates
-
SERVER-56099 [SBE] Fix all PlanStage getNext() methods to use trackPlanState()
- Closed
- is related to
-
SERVER-56089 Enable retryable_writes_jscore_stepdown_passthrough against SBE build variant
- Closed
-
SERVER-57067 [SBE] Find command unexpectedly returns cursorId when final batch size aligns with result set size
- Closed