Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 7F301D284 for ; Sun, 5 Aug 2012 05:09:10 +0000 (UTC) Received: (qmail 79368 invoked by uid 500); 5 Aug 2012 05:09:09 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 79026 invoked by uid 500); 5 Aug 2012 05:09:04 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 78993 invoked by uid 99); 5 Aug 2012 05:09:03 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 05 Aug 2012 05:09:03 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 86CD014035F for ; Sun, 5 Aug 2012 05:09:02 +0000 (UTC) Date: Sun, 5 Aug 2012 05:09:02 +0000 (UTC) From: "liang xie (JIRA)" To: issues@hbase.apache.org Message-ID: <2018006972.14531.1344143342556.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HBASE-6512) Incorret OfflineMetaRepair log class name MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 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