HDFS Log improvement Umbrella
-----------------------------

                 Key: HDFS-1777
                 URL: https://issues.apache.org/jira/browse/HDFS-1777
             Project: Hadoop HDFS
          Issue Type: Improvement
          Components: data-node, name-node
            Reporter: Uma Maheswara Rao G
            Assignee: Uma Maheswara Rao G


In log messages we used so many '+' operators to construct the message. So many 
string object creations will happen. Instead we can use StringBuilder and 
append all the strings to it.So, we can avoid unncessary String object 
creations.

So created one Umbrella issue and we can link the all log improvement issues to 
it.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to