You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Rajesh Balamohan (JIRA)" <ji...@apache.org> on 2017/01/09 11:56:58 UTC

[jira] [Updated] (TEZ-3551) FrameworkClient created twice causing minor delay

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

Rajesh Balamohan updated TEZ-3551:
----------------------------------
    Attachment: TEZ-3551.4.patch

> FrameworkClient created twice causing minor delay 
> --------------------------------------------------
>
>                 Key: TEZ-3551
>                 URL: https://issues.apache.org/jira/browse/TEZ-3551
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Rajesh Balamohan
>            Assignee: Rajesh Balamohan
>            Priority: Minor
>         Attachments: TEZ-3551.1.patch, TEZ-3551.2.patch, TEZ-3551.3.patch, TEZ-3551.4.patch, TEZ-3551.sameas.2.patch, test_result.txt
>
>
> When tez session is created, it already starts up a framework client.
> https://github.com/apache/tez/blob/master/tez-api/src/main/java/org/apache/tez/client/TezClient.java#L383
> https://github.com/apache/tez/blob/master/tez-api/src/main/java/org/apache/tez/dag/api/client/DAGClientImpl.java#L89
> When DAG is submitted, this frameworkclient is ignored and it ends up creating a new FrameworkClient again causing around 100ms delay which becomes substantial in sub-second execution jobs.



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