You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Siddharth Seth (JIRA)" <ji...@apache.org> on 2015/09/17 00:14:45 UTC

[jira] [Updated] (TEZ-2836) Avoid setting framework/system counters for tasks running in threads

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

Siddharth Seth updated TEZ-2836:
--------------------------------
    Attachment: TEZ-2836.1.txt

[~rajesh.balamohan], [~hitesh] - please review. This disables the final updateCounters for local and uber mode, and in the test service.

> Avoid setting framework/system counters for tasks running in threads
> --------------------------------------------------------------------
>
>                 Key: TEZ-2836
>                 URL: https://issues.apache.org/jira/browse/TEZ-2836
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Siddharth Seth
>            Assignee: Siddharth Seth
>         Attachments: TEZ-2836.1.txt
>
>
> Counters like FileSystemCounters, GC_TIME, CPU_TIME etc - are computed incorrectly in case of LocalMode, Uber, TestService and others where tasks may execute in threads. (The values end up being a combination of what's running in the process - which could be other tasks or the AM).
> It's better not to set them for now, instead of reporting incorrect values.



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