gaborgsomogyi commented on code in PR #394:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/394#discussion_r994249637
##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/deployment/ApplicationObserver.java:
##########
@@ -32,15 +33,21 @@
import io.javaoperatorsdk.operator.api.reconciler.Context;
+import javax.annotation.Nullable;
+
import java.util.List;
import java.util.Optional;
+import static
org.apache.flink.kubernetes.operator.config.KubernetesOperatorConfigOptions.OPERATOR_CLUSTER_HEALTH_CHECK_ENABLED;
+
/** The observer of {@link
org.apache.flink.kubernetes.operator.config.Mode#APPLICATION} cluster. */
public class ApplicationObserver extends AbstractDeploymentObserver {
private final SavepointObserver<FlinkDeployment, FlinkDeploymentStatus>
savepointObserver;
private final JobStatusObserver<FlinkDeployment,
ApplicationObserverContext> jobStatusObserver;
+ @Nullable private ClusterHealthObserver clusterHealthObserver;
Review Comment:
Fixed.
--
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]