[ 
https://issues.apache.org/jira/browse/FLINK-3274?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15115374#comment-15115374
 ] 

ASF GitHub Bot commented on FLINK-3274:
---------------------------------------

Github user fhueske commented on the pull request:

    https://github.com/apache/flink/pull/1541#issuecomment-174541071
  
    Will merge this PR.


> Prefix Kafka connector accumulators with unique id
> --------------------------------------------------
>
>                 Key: FLINK-3274
>                 URL: https://issues.apache.org/jira/browse/FLINK-3274
>             Project: Flink
>          Issue Type: Bug
>          Components: Kafka Connector
>    Affects Versions: 1.0.0
>            Reporter: Robert Metzger
>            Assignee: Robert Metzger
>
> Flink might chain together two data sinks under certain conditions.
> In that case, the metrics accumulators will have a name clash (each task can 
> have an accumulator only once, with chaining multiple sinks are sharing a 
> task).
> Also, when merging accumulators from different tasks for a per-job result, 
> having multiple kafka producers or consumers will lead to wrong results as 
> the merging happens only on a per-name basis.
> With this issue, I'd like to introduce a unique id for consumers and 
> producers when registering accumulators



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

Reply via email to