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

Hudson commented on HBASE-6512:
-------------------------------

Integrated in HBase-0.92-security #116 (See 
[https://builds.apache.org/job/HBase-0.92-security/116/])
    HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie) (Revision 
1371522)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.92/CHANGES.txt
* 
/hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/util/hbck/OfflineMetaRepair.java

                
> Incorrect OfflineMetaRepair log class name
> ------------------------------------------
>
>                 Key: HBASE-6512
>                 URL: https://issues.apache.org/jira/browse/HBASE-6512
>             Project: HBase
>          Issue Type: Bug
>          Components: hbck
>    Affects Versions: 0.94.0, 0.96.0, 0.94.1, 0.94.2
>            Reporter: liang xie
>            Assignee: liang xie
>             Fix For: 0.92.2, 0.96.0, 0.94.2
>
>         Attachments: HBASE-6512.diff
>
>
> At the beginning of OfflineMetaRepair.java, we can observe:
> "private static final Log LOG = LogFactory.getLog(HBaseFsck.class.getName());"
> It would be better change to :
> "private static final Log LOG = 
> LogFactory.getLog(OfflineMetaRepair.class.getName());"

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to