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

Jimmy Xiang commented on HBASE-7776:
------------------------------------

I noticed the limitation of ErrorReporter. Probably it is intended to work this 
way. The ErrorReporter is pluggable.  If someone plugs in his/her own reporter 
but it gets only limited information, it is probably not good.

For the usage of system.out and system.err in hbck, we can either convert it to 
LOG, or somehow enhanced ErrorReporter.
                
> Use ErrorReporter/Log instead of System.out in hbck
> ---------------------------------------------------
>
>                 Key: HBASE-7776
>                 URL: https://issues.apache.org/jira/browse/HBASE-7776
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>            Reporter: Jimmy Xiang
>            Assignee: Jimmy Xiang
>            Priority: Minor
>
> There are lots places to log messages with System.out.  We should use 
> ErrorReporter or Log instead, which can be configured to catch what we want.

--
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

Reply via email to