You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/config/KubernetesOperatorConfigOptions.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -657,15 +657,15 @@ public static String operatorConfigKey(String key) {
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkDeploymentContext.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkResourceContext.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/controller/FlinkSessionJobContext.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/JobStatusObserver.java
Copy file name to clipboardExpand all lines: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/deployment/AbstractFlinkDeploymentObserver.java
-11Lines changed: 0 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -74,10 +74,6 @@ public void observeInternal(FlinkResourceContext<FlinkDeployment> ctx) {
74
74
observeClusterInfo(ctx);
75
75
}
76
76
77
-
if (!ReconciliationUtils.isJobInTerminalState(flinkDep.getStatus())) {
78
-
observeJobManagerExceptions(ctx);
79
-
}
80
-
81
77
clearErrorsIfDeploymentIsHealthy(flinkDep);
82
78
}
83
79
@@ -301,11 +297,4 @@ protected boolean checkIfAlreadyUpgraded(FlinkResourceContext<FlinkDeployment> c
301
297
* @param ctx the context with which the operation is executed
0 commit comments