gyfora commented on code in PR #607:
URL:
https://github.com/apache/flink-kubernetes-operator/pull/607#discussion_r1205921907
##########
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:
There is already an event triggered for this, that should be enough for most
users. The log just outputs some additional info
--
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]