tweise commented on code in PR #607:
URL: 
https://github.com/apache/flink-kubernetes-operator/pull/607#discussion_r1205903992


##########
flink-kubernetes-operator-autoscaler/src/main/java/org/apache/flink/kubernetes/operator/autoscaler/JobVertexScaler.java:
##########
@@ -221,7 +221,7 @@ private boolean detectIneffectiveScaleUp(
                 message);
 
         if 
(conf.get(AutoScalerOptions.SCALING_EFFECTIVENESS_DETECTION_ENABLED)) {
-            LOG.info(
+            LOG.warn(

Review Comment:
   Why should this be warn? This looks more like something that should be 
reflected in the status?



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