[
https://issues.apache.org/jira/browse/YARN-1045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13737204#comment-13737204
]
Siddharth Seth commented on YARN-1045:
--------------------------------------
+1. Patch looks good. Verified the patch locally. Thanks Jian. Will commit this
in some time.
> Improve toString implementation for PBImpls
> -------------------------------------------
>
> Key: YARN-1045
> URL: https://issues.apache.org/jira/browse/YARN-1045
> Project: Hadoop YARN
> Issue Type: Improvement
> Affects Versions: 2.0.4-alpha
> Reporter: Siddharth Seth
> Assignee: Jian He
> Attachments: YARN-1045.1.patch, YARN-1045.patch
>
>
> The generic toString implementation that is used in most of the PBImpls
> {code}getProto().toString().replaceAll("\\n", ", ").replaceAll("\\s+", "
> ");{code} is rather inefficient - replacing "\n" and "\s" to generate a one
> line string. Instead, we can use
> {code}TextFormat.shortDebugString(getProto());{code}.
> If we can get this into 2.1.0 - great, otherwise the next release.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira