Github user zentol commented on a diff in the pull request:

    https://github.com/apache/flink/pull/5154#discussion_r156375613
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/jobmaster/JobMaster.java 
---
    @@ -264,8 +264,8 @@ public JobMaster(
                        this.jobManagerMetricGroup = jobManagerMetricGroup;
                        this.jobMetricGroup = 
jobManagerMetricGroup.addJob(jobGraph);
                } else {
    -                   this.jobManagerMetricGroup = new 
UnregisteredMetricsGroup();
    -                   this.jobMetricGroup = new UnregisteredMetricsGroup();
    +                   this.jobManagerMetricGroup = 
UnregisteredMetricGroups.JOB_MANAGER;
    --- End diff --
    
    noooooooo i thought i found them all :(


---

Reply via email to