davidradl commented on code in PR #26599: URL: https://github.com/apache/flink/pull/26599#discussion_r2109311608
########## flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/adaptive/AdaptiveScheduler.java: ########## @@ -556,12 +559,21 @@ public AdaptiveScheduler( deploymentTimeMetrics = Review Comment: deploymentTimeMetrics variable seems to be set and no longer used in the `registerJobMetrics(` method. I would think we would want the existing metrics and the new ones; not a replacement. Am I missing something? -- 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