Siddharth Seth created YARN-1045:
------------------------------------
Summary: 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
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