You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/06/06 16:31:22 UTC

[GitHub] [flink-kubernetes-operator] gyfora commented on a diff in pull request #258: [chore] Change the session cluster not found log level to error

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

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