The queryPlanner.rejectedPlans field of the planner output is always an empty array if the explain mode is "queryPlanner" or "executionStats". This is true even if there are rejected plans which should be reported. This is a regression introduced in SERVER-20111 in version 3.2.0-rc0. It affects only the master branch, and does not affect any stable releases.
- is related to
-
SERVER-20111 Explain helpers report incorrect plan summary and summary statistics when multiple candidate plans generated
- Closed