-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Execution
-
Fully Compatible
-
ALL
-
QE 2024-09-30
-
0
In some cases, SBE plan cache is cleared on index drop before another thread running a dependent query can find the required index. We should flip this to a uassert. This happens in the prepare stage and flipping it to a uassert will make the behavior consistent with the yielding logic in getNext.