Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
Description
Currently, we just clear ParallelismOverrides after autoscaler is disabled.
We should clear CollectedMetrics and ScalingHistory as well to prevent state leak.
- CollectedMetrics can be cleared directly.
- ScalingHistory can be cleared based on trim logic( VERTEX_SCALING_HISTORY_AGE)