[
https://issues.apache.org/jira/browse/HDFS-2238?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13080978#comment-13080978
]
Hudson commented on HDFS-2238:
------------------------------
Integrated in Hadoop-Common-trunk-Commit #711 (See
[https://builds.apache.org/job/Hadoop-Common-trunk-Commit/711/])
HDFS-2238. In NamenodeFsck.toString(), uses StringBuilder.(..) instead of
string concatenation. Contributed by Uma Maheswara Rao G
szetszwo :
http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1154973
Files :
* /hadoop/common/trunk/hdfs/CHANGES.txt
*
/hadoop/common/trunk/hdfs/src/java/org/apache/hadoop/hdfs/server/namenode/NamenodeFsck.java
> NamenodeFsck.toString() uses StringBuilder with + operator
> -----------------------------------------------------------
>
> Key: HDFS-2238
> URL: https://issues.apache.org/jira/browse/HDFS-2238
> Project: Hadoop HDFS
> Issue Type: Improvement
> Components: name-node
> Reporter: Tsz Wo (Nicholas), SZE
> Assignee: Uma Maheswara Rao G
> Priority: Minor
> Fix For: 0.23.0
>
> Attachments: HDFS-2238.patch
>
>
> We should always use StringBuilder.append(..) but not + (string
> concatenation).
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira