-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Workload Scheduling
-
Fully Compatible
-
ALL
-
v8.0
-
Workload Scheduling 2025-02-03
The metrics for throughput probing include timesIncreased, timesDecreased, totalAmountIncreased, totalAmountDecreased, and resizeDurationMicros. However, timesDecreased and totalAmountDecreased are never updated, since the _probeDown method mistakenly increments timesIncreased and totalAmountIncreased.
This is making it harder to diagnose problems with throughput probing. We should fix this and backport it to affected versions.