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

    https://github.com/apache/flink/pull/5573#discussion_r172648802
  
    --- Diff: 
flink-runtime/src/main/java/org/apache/flink/runtime/rest/messages/JobAccumulatorsInfo.java
 ---
    @@ -104,6 +129,18 @@ public UserTaskAccumulator(
                        this.value = Preconditions.checkNotNull(value);
                }
     
    +           public String getName() {
    --- End diff --
    
    missing `@JsonIgnore` annotation (also applies to other getters


---

Reply via email to