gyfora commented on code in PR #978:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/978#discussion_r2080928031


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/deployment/ApplicationObserver.java:
##########
@@ -56,6 +84,149 @@ protected void 
observeFlinkCluster(FlinkResourceContext<FlinkDeployment> ctx) {
         }
     }
 
+    @Override
+    protected void 
observeJobManagerExceptions(FlinkResourceContext<FlinkDeployment> ctx) {

Review Comment:
   I think this logic is valid for both Applications and SessionJobs (and not 
for Session Clusters) the place where job related observation happens is the 
JobStatusObserver 



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to