Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 73168 invoked from network); 30 Oct 2009 18:48:22 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 30 Oct 2009 18:48:22 -0000 Received: (qmail 87661 invoked by uid 500); 30 Oct 2009 18:48:21 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 87631 invoked by uid 500); 30 Oct 2009 18:48:21 -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 87621 invoked by uid 99); 30 Oct 2009 18:48:21 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 30 Oct 2009 18:48:21 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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, 30 Oct 2009 18:48:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86E52234C48D for ; Fri, 30 Oct 2009 11:47:59 -0700 (PDT) Message-ID: <512653064.1256928479551.JavaMail.jira@brutus> Date: Fri, 30 Oct 2009 18:47:59 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-1947) If HBase starts/stops often in less than 24 hours, you end up with lots of store files MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 If HBase starts/stops often in less than 24 hours, you end up with lots of store files -------------------------------------------------------------------------------------- Key: HBASE-1947 URL: https://issues.apache.org/jira/browse/HBASE-1947 Project: Hadoop HBase Issue Type: Improvement Affects Versions: 0.20.1 Reporter: Jean-Daniel Cryans Fix For: 0.20.2, 0.21.0 Since we don't compact on open and close of regions, all regions that have edits will do a flush when the cluster is stopped so that if you do it a couple of times in a row it's easy to get more than 10 store files and it won't be compacted until the next day. On open, we should check that number and compact if needed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.