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 197B21772A for ; Tue, 4 Nov 2014 19:19:35 +0000 (UTC) Received: (qmail 19537 invoked by uid 500); 4 Nov 2014 19:19:34 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 19488 invoked by uid 500); 4 Nov 2014 19:19:34 -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 19475 invoked by uid 99); 4 Nov 2014 19:19:34 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Nov 2014 19:19:34 +0000 Date: Tue, 4 Nov 2014 19:19:34 +0000 (UTC) From: "Andrew Purtell (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-11979) Compaction progress reporting is wrong 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-11979?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14196634#comment-14196634 ] Andrew Purtell commented on HBASE-11979: ---------------------------------------- Any progress here? > Compaction progress reporting is wrong > -------------------------------------- > > Key: HBASE-11979 > URL: https://issues.apache.org/jira/browse/HBASE-11979 > Project: HBase > Issue Type: Bug > Reporter: Andrew Purtell > Assignee: Esteban Gutierrez > Priority: Minor > Fix For: 2.0.0, 0.98.8, 0.99.2 > > > This is a long standing problem and previously could be observed in regionserver metrics, but, we recently added logging for long running compactions, and this has exposed the issue in a new way, e.g. > {noformat} > 2014-09-15 14:20:59,450 DEBUG [regionserver8120-largeCompactions-1410813534627] > compactions.Compactor: Compaction progress: 22683625/6808179 (333.18%), rate=162.08 kB/sec > {noformat} > The 'rate' reported in such logging is consistent and what we were really after, but the progress indication is clearly broken and should be fixed. -- This message was sent by Atlassian JIRA (v6.3.4#6332)