Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 85267 invoked from network); 19 Dec 2008 20:35:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Dec 2008 20:35:11 -0000 Received: (qmail 61117 invoked by uid 500); 19 Dec 2008 20:35:11 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 61091 invoked by uid 500); 19 Dec 2008 20:35:11 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 61080 invoked by uid 99); 19 Dec 2008 20:35:11 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 12:35:11 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Dec 2008 20:35:04 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 32F0B234C465 for ; Fri, 19 Dec 2008 12:34:44 -0800 (PST) Message-ID: <737222718.1229718884207.JavaMail.jira@brutus> Date: Fri, 19 Dec 2008 12:34:44 -0800 (PST) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-1069) Show whether HRegion major compacts or not in INFO level In-Reply-To: <2117148344.1229717684452.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-1069?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jean-Daniel Cryans resolved HBASE-1069. --------------------------------------- Resolution: Fixed Committed in trunk and branch 0.18. > Show whether HRegion major compacts or not in INFO level > -------------------------------------------------------- > > Key: HBASE-1069 > URL: https://issues.apache.org/jira/browse/HBASE-1069 > Project: Hadoop HBase > Issue Type: Improvement > Components: regionserver > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Priority: Minor > Fix For: 0.19.0, 0.18.2 > > > Currently we don't know if a compaction was a major or a minor one without enabling DEBUG. This is easy to add on the line we already show in INFO level. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.