-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Query Execution
-
None
-
Query Execution
-
Fully Compatible
-
QE 2026-08-31
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Both `getNextDocument(...)` and `getNext(...)` inside `PlanExecutorSBE` checked that the executor is not disposed and also both called `checkFailPointPlanExecAlwaysFails(nss())`, before finally calling into `getNextImpl(...)`.
However, `getNextImpl(...)` performs these same checks again. As these checks were performed on the per-document hot path, it makes sense to only execute them once.