You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by GitBox <gi...@apache.org> on 2022/03/24 09:49:55 UTC

[GitHub] [flink-kubernetes-operator] bgeng777 commented on a change in pull request #106: [FLINK-26832] Output more status info for JobObserver and BaseObserver

bgeng777 commented on a change in pull request #106:
URL: https://github.com/apache/flink-kubernetes-operator/pull/106#discussion_r834114857



##########
File path: flink-kubernetes-operator/src/main/java/org/apache/flink/kubernetes/operator/observer/BaseObserver.java
##########
@@ -63,7 +63,7 @@ protected void observeJmDeployment(
         JobManagerDeploymentStatus previousJmStatus =
                 deploymentStatus.getJobManagerDeploymentStatus();
 
-        logger.info("Observing JobManager deployment status");
+        logger.info("Observing JobManager deployment with status: {}", previousJmStatus.name());

Review comment:
       That is more accurate. Updated.




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

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