You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-dev@hadoop.apache.org by "Tsz Wo (Nicholas), SZE (JIRA)" <ji...@apache.org> on 2009/03/05 23:59:56 UTC

[jira] Commented: (HADOOP-5411) Use StringBuffer for building Chukwa Chart object

    [ https://issues.apache.org/jira/browse/HADOOP-5411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12679411#action_12679411 ] 

Tsz Wo (Nicholas), SZE commented on HADOOP-5411:
------------------------------------------------

Consider use StringBuilder if you don't need no synchronization guarantee.

> Use StringBuffer for building Chukwa Chart object
> -------------------------------------------------
>
>                 Key: HADOOP-5411
>                 URL: https://issues.apache.org/jira/browse/HADOOP-5411
>             Project: Hadoop Core
>          Issue Type: Improvement
>          Components: contrib/chukwa
>         Environment: Redhat 5.1, Java 6
>            Reporter: Eric Yang
>            Assignee: Eric Yang
>            Priority: Minor
>
> The Chukwa Chart object is using String to build the ajax chart data.  This should be converted to use StringBuffer to speed up efficiency.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.