[
https://issues.apache.org/jira/browse/FLINK-3757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15339772#comment-15339772
]
ASF GitHub Bot commented on FLINK-3757:
---------------------------------------
Github user knaufk commented on the issue:
https://github.com/apache/flink/pull/2138
What about:
Add this accumulator. Throws an exception if the accumulator already exists
in the *same* Task.
Note that the namespace of Accumulators is scoped to the Flink Job, and
adding multiple accumulators with the same name *across* Tasks will still lead
to unexpected behaviour.
> addAccumulator does not throw Exception on duplicate accumulator name
> ---------------------------------------------------------------------
>
> Key: FLINK-3757
> URL: https://issues.apache.org/jira/browse/FLINK-3757
> Project: Flink
> Issue Type: Bug
> Reporter: Konstantin Knauf
> Priority: Minor
>
> Works if tasks are chained, but in many situations it does not, see
> See https://gist.github.com/knaufk/a0026eff9792aa905a2f586f3b0cb112
> Is this an undocumented feature or a valid bug?
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)