You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@tez.apache.org by "Jonathan Eagles (JIRA)" <ji...@apache.org> on 2017/03/07 16:40:38 UTC

[jira] [Issue Comment Deleted] (TEZ-3650) Improve performance of FetchStatsLogger#logIndividualFetchComplete

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

Jonathan Eagles updated TEZ-3650:
---------------------------------
    Comment: was deleted

(was: {color:red}-1 overall{color}.  Here are the results of testing the latest attachment
  http://issues.apache.org/jira/secure/attachment/12856630/TEZ-3650.2.patch
  against master revision d40f3ad.

    {color:red}-1 patch{color}.  The patch command could not apply the patch.

Console output: https://builds.apache.org/job/PreCommit-TEZ-Build/2310//console

This message is automatically generated.)

> Improve performance of FetchStatsLogger#logIndividualFetchComplete
> ------------------------------------------------------------------
>
>                 Key: TEZ-3650
>                 URL: https://issues.apache.org/jira/browse/TEZ-3650
>             Project: Apache Tez
>          Issue Type: Improvement
>            Reporter: Jonathan Eagles
>            Assignee: Jonathan Eagles
>         Attachments: TEZ-3650.1.patch
>
>
> The cost of logging the fetch completed statement is dominated by two main factors 1) Formatting the download rate and 2) Minor String concatenation that isn't getting optimized.
> In this jira I propose a new Formatter that is optimized by implementing the StringBuilder#append(long) algorithm, but allows for formatting and reuse of StringBuilder.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)