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 C168394DA for ; Mon, 9 Apr 2012 22:39:40 +0000 (UTC) Received: (qmail 7783 invoked by uid 500); 9 Apr 2012 22:39:40 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 7737 invoked by uid 500); 9 Apr 2012 22:39:40 -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 7720 invoked by uid 99); 9 Apr 2012 22:39:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 22:39:40 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Apr 2012 22:39:39 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 5BBF0362879 for ; Mon, 9 Apr 2012 22:39:19 +0000 (UTC) Date: Mon, 9 Apr 2012 22:39:19 +0000 (UTC) From: "stack (Commented) (JIRA)" To: issues@hbase.apache.org Message-ID: <729782233.5118.1334011159377.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1036799782.25098.1333740204419.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-5740) Compaction interruption may be due to balacing MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-5740?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13250262#comment-13250262 ] stack commented on HBASE-5740: ------------------------------ The first change is fine -- saying it was interrupted rather than it was stopped by user. The second change is not so clean; says user or system. Maybe this should be generic too... just 'compaction interrupted'? If you are good w/ the latter I can make this change on commit. > Compaction interruption may be due to balacing > ---------------------------------------------- > > Key: HBASE-5740 > URL: https://issues.apache.org/jira/browse/HBASE-5740 > Project: HBase > Issue Type: Bug > Affects Versions: 0.96.0 > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Trivial > Fix For: 0.96.0 > > Attachments: hbase-5740.patch, hbase-5740_v2.patch > > > Currently, the log shows > Aborting compaction of store LOG in region .... because user requested stop. > But it is actually because of balancing. > Currently, there is no way to figure out who closed the region. So it is better to change the message to say it is because of user, or balancing. -- 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