You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Bikas Saha (JIRA)" <ji...@apache.org> on 2015/04/03 00:16:00 UTC

[jira] [Updated] (TEZ-2265) All inputs/outputs in a task share the same counter object

     [ https://issues.apache.org/jira/browse/TEZ-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bikas Saha updated TEZ-2265:
----------------------------
    Attachment: TEZ-2265.1.patch

Simple patch creates separate counter objects for each IO. Merges them before heartbeating (if counters are sent). [~rajesh.balamohan] [~sseth] [~hitesh] Please review.

> All inputs/outputs in a task share the same counter object
> ----------------------------------------------------------
>
>                 Key: TEZ-2265
>                 URL: https://issues.apache.org/jira/browse/TEZ-2265
>             Project: Apache Tez
>          Issue Type: Bug
>            Reporter: Bikas Saha
>            Assignee: Bikas Saha
>         Attachments: TEZ-2265.1.patch
>
>
> This makes one input which reads the value of a counter to see updates that were made by some other input/output. Any decisions based on those counter values could be wrong and as of today, the output data size reported  in vertex manager event or by shuffle pipelining is potentially wrong.
> Simple fix would be to have each IO have their own counters and merge them before reporting back up in the heartbeat.



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