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 9690d89c [FLINK-31614] Upgrade autoscaling example to 1.17.0 image
     new c41771a2 [hotfix] Remove unnecessary client creation
     new 3899050a [FLINK-31218] Improve health probe to only detect newly 
unhealthy informers

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:
 .../kubernetes/operator/health/HealthProbe.java    |  47 +++++--
 .../operator/health/InformerHealthSummary.java     |  61 +++++++++
 .../operator/health/InformerIdentifier.java        |  20 +--
 .../operator/service/AbstractFlinkService.java     |   7 +-
 .../operator/health/HealthProbeTest.java           | 140 +++++++++++++++++++--
 5 files changed, 233 insertions(+), 42 deletions(-)
 create mode 100644 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/health/InformerHealthSummary.java
 copy 
flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/topology/VertexInfo.java
 => 
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/health/InformerIdentifier.java
 (73%)

Reply via email to