This is an automated email from the ASF dual-hosted git repository.
mxm pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/flink-kubernetes-operator.git
from f24668db [FLINK-31936] Support setting scale up max factor
new 39d37eb6 [FLINK-32005] Add a per-deployment error metric to signal
about potential issues
new e2dd94d5 [FLINK-32005] Report executed scaling decisions
new 8b8b24b2 [FLINK-32061] Clean up resource metric group on resource
removal
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:
.../autoscaler/AutoscalerFlinkMetrics.java | 104 +++++++++++++++++++++
.../operator/autoscaler/JobAutoScalerImpl.java | 83 +++++-----------
.../autoscaler/BacklogBasedScalingTest.java | 19 ++++
.../operator/autoscaler/JobAutoScalerImplTest.java | 76 +++++++++++++++
.../controller/FlinkDeploymentController.java | 1 +
.../service/FlinkResourceContextFactory.java | 13 ++-
.../TestingFlinkResourceContextFactory.java | 9 ++
.../controller/FlinkDeploymentControllerTest.java | 7 ++
.../TestingFlinkDeploymentController.java | 8 +-
9 files changed, 256 insertions(+), 64 deletions(-)
create mode 100644
flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/AutoscalerFlinkMetrics.java
create mode 100644
flink-kubernetes-operator-autoscaler/src/test/java/org/apache/flink/kubernetes/operator/autoscaler/JobAutoScalerImplTest.java