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 9546D1094A for ; Mon, 1 Dec 2014 22:44:15 +0000 (UTC) Received: (qmail 37189 invoked by uid 500); 1 Dec 2014 22:44:14 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 37118 invoked by uid 500); 1 Dec 2014 22:44:14 -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 37019 invoked by uid 99); 1 Dec 2014 22:44:14 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 01 Dec 2014 22:44:14 +0000 Date: Mon, 1 Dec 2014 22:44:14 +0000 (UTC) From: "Sean Busbey (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-12576) Add metrics for rolling the HLog if there are too few DN's in the write pipeline MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-12576?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14230602#comment-14230602 ] Sean Busbey commented on HBASE-12576: ------------------------------------- {quote} - { - ((Log4JLogger)DataNode.LOG).getLogger().setLevel(Level.ALL); - ((Log4JLogger)LeaseManager.LOG).getLogger().setLevel(Level.ALL); - ((Log4JLogger)LogFactory.getLog("org.apache.hadoop.hdfs.server.namenode.FSNamesystem")) - .getLogger().setLevel(Level.ALL); - ((Log4JLogger)DFSClient.LOG).getLogger().setLevel(Level.ALL); - } +// { +// ((Log4JLogger)DataNode.LOG).getLogger().setLevel(Level.ALL); +// ((Log4JLogger)LeaseManager.LOG).getLogger().setLevel(Level.ALL); +// ((Log4JLogger)LogFactory.getLog("org.apache.hadoop.hdfs.server.namenode.FSNamesystem")) +// .getLogger().setLevel(Level.ALL); +// ((Log4JLogger)DFSClient.LOG).getLogger().setLevel(Level.ALL); +// } {quote} Can we just remove this? these kinds of log level tweaks should really be happening in log4j properties. > Add metrics for rolling the HLog if there are too few DN's in the write pipeline > -------------------------------------------------------------------------------- > > Key: HBASE-12576 > URL: https://issues.apache.org/jira/browse/HBASE-12576 > Project: HBase > Issue Type: Bug > Components: metrics, wal > Reporter: Elliott Clark > Assignee: Elliott Clark > Fix For: 2.0.0, 0.99.2 > > Attachments: HBASE-12576-v1.patch, HBASE-12576-v3.patch, HBASE-12576.patch > > -- This message was sent by Atlassian JIRA (v6.3.4#6332)