-
Type:
Bug
-
Resolution: Won't Fix
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Query Optimization
-
ALL
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The multiplanner's maxNumWorksPerPlan is unbounded. It's calculated in this helper as the max between a default value (10k) and a value proportional to the collection's size, with no upper limit.
This unbounded value is used on both the CBR fallback path and the pure multiplanning path , and can cause EXTREMELY long planning times as occurred in AF-18444.