This is an automated email from the ASF dual-hosted git repository.
gyfora pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
from 8933435e [FLINK-31318] Improve stability during backlog processing
new 70bf6a9d [FLINK-31345] Reduce AutoScalerInfo size by rounding metrics
and compressing stored data
new f88cbf3f [FLINK-31345] Trim metric history to fit CM size limit
new 9d80ede5 [hotfix] Preserve scaling history on empty collected metrics
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../operator/autoscaler/AutoScalerInfo.java | 100 ++++++++++++++++++---
.../operator/autoscaler/JobAutoScalerImpl.java | 1 +
.../autoscaler/ScalingMetricCollector.java | 4 +
.../autoscaler/ScalingMetricEvaluator.java | 4 +-
.../autoscaler/metrics/EvaluatedScalingMetric.java | 7 +-
.../autoscaler/metrics/ScalingMetrics.java | 7 ++
.../operator/autoscaler/AutoScalerInfoTest.java | 100 +++++++++++++++++++++
.../autoscaler/BacklogBasedScalingTest.java | 24 +++++
.../src/test/resources/log4j2-test.properties | 0
9 files changed, 230 insertions(+), 17 deletions(-)
copy {flink-kubernetes-operator =>
flink-kubernetes-operator-autoscaler}/src/test/resources/log4j2-test.properties
(100%)