[ 
https://issues.apache.org/jira/browse/HBASE-17821?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15990404#comment-15990404
 ] 

Hudson commented on HBASE-17821:
--------------------------------

ABORTED: Integrated in Jenkins build HBase-HBASE-14614 #190 (See 
[https://builds.apache.org/job/HBase-HBASE-14614/190/])
HBASE-17821: The CompoundConfiguration#toString is wrong (chia7712: rev 
a9682ca5dc46a74edca3da630560fbaf5d0cf38b)
* (edit) 
hbase-common/src/main/java/org/apache/hadoop/hbase/CompoundConfiguration.java


> The CompoundConfiguration#toString is wrong
> -------------------------------------------
>
>                 Key: HBASE-17821
>                 URL: https://issues.apache.org/jira/browse/HBASE-17821
>             Project: HBase
>          Issue Type: Bug
>            Reporter: Chia-Ping Tsai
>            Assignee: Yi Liang
>            Priority: Trivial
>              Labels: beginner
>             Fix For: 2.0.0, 1.4.0
>
>         Attachments: HBase-17821-V1.patch, HBase-17821-V1.patch
>
>
> Find this bug when reading code. We dont use the API, so it is a trivial bug.
> sb.append(this.configs); -> sb.append(m);
> {noformat}
>   @Override
>   public String toString() {
>     StringBuffer sb = new StringBuffer();
>     sb.append("CompoundConfiguration: " + this.configs.size() + " configs");
>     for (ImmutableConfigMap m : this.configs) {
>       sb.append(this.configs);
>     }
>     return sb.toString();
>   }
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)

Reply via email to