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 9441b114 [FLINK-30577] Mount artifacts dir in helm template
     new 53d22d8a [FLINK-30653] Trigger resource Events on autoscaler actions
     new cebc0b87 [hotfix] Improve autoscaling example

The 2 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:
 examples/autoscaling/autoscaling.yaml              |   6 +-
 .../main/java/autoscaling/AutoscalingExample.java  |  27 ++++-
 .../operator/autoscaler/JobAutoScaler.java         |   6 +-
 .../operator/autoscaler/JobVertexScaler.java       |  31 ++++-
 .../operator/autoscaler/ScalingExecutor.java       |  69 ++++++++---
 .../kubernetes/operator/listener/AuditUtils.java   |   4 +-
 .../AbstractFlinkResourceReconciler.java           |   2 +-
 .../kubernetes/operator/utils/EventRecorder.java   |   4 +-
 .../autoscaler/BacklogBasedScalingTest.java        |   7 +-
 .../operator/autoscaler/JobVertexScalerTest.java   | 133 +++++++++++++++++----
 .../MetricsCollectionAndEvaluationTest.java        |   7 +-
 .../operator/autoscaler/ScalingExecutorTest.java   |  47 +++++++-
 .../kubernetes/operator/utils/EventCollector.java  |   6 +-
 13 files changed, 284 insertions(+), 65 deletions(-)

Reply via email to