-
Type: Bug
-
Resolution: Fixed
-
Priority: Minor - P4
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
Fully Compatible
-
ALL
-
200
When originally written, query_planner_bm had a helper which constructed a CanonicalQuery. It constructed an OperationContext in the helper, which was destroyed upon the function return. This was ok since nothing in the query planner referenced the opCtx. This changed in SERVER-89583 which introduced interrupt checks during bounds building.