You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(vpa): prevent extraArgs index conflict with feature gates
When FEATURE_GATES and external metrics are both enabled, the
extraArgs indices would overlap, overwriting feature gate settings.
This fix dynamically calculates the starting index for external
metrics arguments to avoid conflicts.
Signed-off-by: majiayu000 <[email protected]>
0 commit comments