mxm commented on code in PR #715: URL: https://github.com/apache/flink-kubernetes-operator/pull/715#discussion_r1405904882
########## flink-autoscaler/src/test/java/org/apache/flink/autoscaler/ScalingTrackingTest.java: ########## @@ -52,6 +52,7 @@ void setUp() { conf.set(AutoScalerOptions.PREFER_TRACKED_RESTART_TIME, true); } + // ------------- getMaxRestartTimeOrDefault ------------- Review Comment: I would advise against these kind of comments. Similarly to JavaDocs, they tend to add more confusion than actually helping new people. Plus, they become outdated quickly. -- 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-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org