You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hbase.apache.org by "liang xie (JIRA)" <ji...@apache.org> on 2012/08/05 07:09:02 UTC

[jira] [Created] (HBASE-6512) Incorret OfflineMetaRepair log class name

liang xie created HBASE-6512:
--------------------------------

             Summary: Incorret 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


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

        

[jira] [Updated] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hsieh updated HBASE-6512:
----------------------------------

    Assignee: liang xie
    
> 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

        

[jira] [Updated] (HBASE-6512) Incorret OfflineMetaRepair log class name

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hsieh updated HBASE-6512:
----------------------------------

       Resolution: Fixed
    Fix Version/s: 0.94.2
                   0.96.0
                   0.92.2
     Hadoop Flags: Reviewed
           Status: Resolved  (was: Patch Available)

Thanks Liang Xie! Commited to 92/94/96-trunk.
                
> Incorret 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
>             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

        

[jira] [Updated] (HBASE-6512) Incorret OfflineMetaRepair log class name

Posted by "liang xie (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liang xie updated HBASE-6512:
-----------------------------

    Status: Patch Available  (was: Open)
    
> Incorret 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
>         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

        

[jira] [Updated] (HBASE-6512) Incorret OfflineMetaRepair log class name

Posted by "liang xie (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

liang xie updated HBASE-6512:
-----------------------------

    Attachment: HBASE-6512.diff
    
> Incorret 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
>         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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432580#comment-13432580 ] 

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

Integrated in HBase-0.92 #487 (See [https://builds.apache.org/job/HBase-0.92/487/])
    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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ 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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432307#comment-13432307 ] 

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

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

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/trunk/hbase-server/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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13448348#comment-13448348 ] 

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

Integrated in HBase-0.94-security-on-Hadoop-23 #7 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/7/])
    HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie) (Revision 1371521)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.94/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
For more information on JIRA, see: http://www.atlassian.com/software/jira

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432312#comment-13432312 ] 

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

Integrated in HBase-TRUNK-on-Hadoop-2.0.0 #128 (See [https://builds.apache.org/job/HBase-TRUNK-on-Hadoop-2.0.0/128/])
    HBASE-6512 Incorrect OfflineMetaRepair log class name (Liang Xie) (Revision 1371520)

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/trunk/hbase-server/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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439527#comment-13439527 ] 

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

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

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.94/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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432335#comment-13432335 ] 

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

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

     Result = FAILURE
jmhsieh : 
Files : 
* /hbase/branches/0.94/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

        

[jira] [Updated] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Jonathan Hsieh (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jonathan Hsieh updated HBASE-6512:
----------------------------------

    Summary: Incorrect OfflineMetaRepair log class name  (was: Incorret OfflineMetaRepair log class name)
    
> 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
>             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

        

[jira] [Commented] (HBASE-6512) Incorret OfflineMetaRepair log class name

Posted by "Hadoop QA (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13428814#comment-13428814 ] 

Hadoop QA commented on HBASE-6512:
----------------------------------

-1 overall.  Here are the results of testing the latest attachment 
  http://issues.apache.org/jira/secure/attachment/12539179/HBASE-6512.diff
  against trunk revision .

    +1 @author.  The patch does not contain any @author tags.

    -1 tests included.  The patch doesn't appear to include any new or modified tests.
                        Please justify why no new tests are needed for this patch.
                        Also please list what manual steps were performed to verify this patch.

    +1 hadoop2.0.  The patch compiles against the hadoop 2.0 profile.

    +1 javadoc.  The javadoc tool did not generate any warning messages.

    -1 javac.  The applied patch generated 5 javac compiler warnings (more than the trunk's current 4 warnings).

    -1 findbugs.  The patch appears to introduce 9 new Findbugs (version 1.3.9) warnings.

    +1 release audit.  The applied patch does not increase the total number of release audit warnings.

    +1 core tests.  The patch passed unit tests in .

Test results: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//testReport/
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop2-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-server.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop1-compat.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-common.html
Findbugs warnings: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//artifact/trunk/patchprocess/newPatchFindbugsWarningshbase-hadoop-compat.html
Console output: https://builds.apache.org/job/PreCommit-HBASE-Build/2510//console

This message is automatically generated.
                
> Incorret 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
>         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

        

[jira] [Commented] (HBASE-6512) Incorrect OfflineMetaRepair log class name

Posted by "Hudson (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HBASE-6512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13432580#comment-13432580 ] 

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

Integrated in HBase-0.92 #487 (See [https://builds.apache.org/job/HBase-0.92/487/])
    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