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 27BD110AC9 for ; Thu, 10 Oct 2013 22:36:43 +0000 (UTC) Received: (qmail 92042 invoked by uid 500); 10 Oct 2013 22:36:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 92001 invoked by uid 500); 10 Oct 2013 22:36:42 -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 91992 invoked by uid 99); 10 Oct 2013 22:36:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 10 Oct 2013 22:36:42 +0000 Date: Thu, 10 Oct 2013 22:36:42 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8652) Number of compacting KVs is not reset at the end of compaction 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-8652?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13792064#comment-13792064 ] Hudson commented on HBASE-8652: ------------------------------- SUCCESS: Integrated in HBase-TRUNK #4606 (See [https://builds.apache.org/job/HBase-TRUNK/4606/]) HBASE-8652 Number of compacting KVs is not reset at the end of compaction (tedyu: rev 1531067) * /hbase/trunk/hbase-server/src/main/jamon/org/apache/hadoop/hbase/tmpl/master/RegionServerListTmpl.jamon > Number of compacting KVs is not reset at the end of compaction > -------------------------------------------------------------- > > Key: HBASE-8652 > URL: https://issues.apache.org/jira/browse/HBASE-8652 > Project: HBase > Issue Type: Bug > Components: Compaction > Reporter: Ted Yu > Assignee: Gustavo Anatoly > Priority: Minor > Fix For: 0.98.0 > > Attachments: HBASE-8652.patch, HBASE-8652-v2.patch, HBASE-8652-v3.patch > > > Looking at master:60010/master-status#compactStas , I noticed that 'Num. Compacting KVs' column stays unchanged at non-zero value(s). > In DefaultCompactor#compact(), we have this at the beginning: > {code} > this.progress = new CompactionProgress(fd.maxKeyCount); > {code} > But progress.totalCompactingKVs is not reset at the end of compact(). -- This message was sent by Atlassian JIRA (v6.1#6144)