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


##########
flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/reconciler/sessionjob/SessionJobHelper.java:
##########
@@ -54,7 +54,7 @@ public boolean sessionClusterReady(Optional<FlinkDeployment> 
flinkDeploymentOpt)
                 return true;
             }
         } else {
-            logger.info("Session cluster deployment is not found");
+            logger.error("Session cluster deployment is not found");

Review Comment:
   I think INFO/WARN is more appropriate as this is completely expected to 
happen and it's not really an error. @Aitozi what do you think?



-- 
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]

Reply via email to