GJL commented on a change in pull request #10192: [FLINK-14780][runtime] 
Register restart metrics only when start scheduling
URL: https://github.com/apache/flink/pull/10192#discussion_r346765308
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/scheduler/SchedulerBase.java
 ##########
 @@ -188,16 +189,14 @@ public SchedulerBase(
                log.info("Using restart strategy {} for {} ({}).", 
this.restartStrategy, jobGraph.getName(), jobGraph.getJobID());
 
                this.blobWriter = checkNotNull(blobWriter);
+               this.jobManagerJobMetricGroup = jobManagerJobMetricGroup;
 
 Review comment:
   thanks, fixed

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to