gaborgsomogyi commented on code in PR #545:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/545#discussion_r1152104061
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/health/HealthProbe.java:
##########
@@ -67,6 +75,21 @@ public boolean isHealthy() {
return false;
}
}
+
return true;
}
+
+ private boolean anyInformerBecameUnhealthy(Set<InformerIdentifier>
unhealthyInformers) {
+ boolean unhealthy = false;
Review Comment:
Ah, never mind. The simplification removes the log message :)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]