[jira] [Created] (FLINK-2223) Web frontend shows wrong accumulator results for latest job

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (FLINK-2223) Web frontend shows wrong accumulator results for latest job

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-2223:
------------------------------------

             Summary: Web frontend shows wrong accumulator results for latest job
                 Key: FLINK-2223
                 URL: https://issues.apache.org/jira/browse/FLINK-2223
             Project: Flink
          Issue Type: Bug
            Reporter: Till Rohrmann
            Priority: Minor


The web frontend always displays for the latest finished job in the history that it has an accumulator with name {{JobID (SerializedListAccumulator)}} and value {{org.apache.flink.api.common.accumulators.SerializedListAccumulator}}. This seems to an artifact of the way we send accumulators via akka. Maybe the {{SerializedListAccumulator}} is always collected in the JobManager's {{AccumulatorManager}} no matter whether the job used accumulators or not. Then, this accumulator is returned to the web frontend as long as no other job was started.  



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)