Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 45293 invoked from network); 16 Jul 2009 20:32:33 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 16 Jul 2009 20:32:33 -0000 Received: (qmail 52438 invoked by uid 500); 16 Jul 2009 20:33:39 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 52383 invoked by uid 500); 16 Jul 2009 20:33:39 -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 52370 invoked by uid 99); 16 Jul 2009 20:33:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Jul 2009 20:33:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED 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; Thu, 16 Jul 2009 20:33:36 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id DDD70234C004 for ; Thu, 16 Jul 2009 13:33:14 -0700 (PDT) Message-ID: <313255568.1247776394904.JavaMail.jira@brutus> Date: Thu, 16 Jul 2009 13:33:14 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Reopened: (HBASE-1058) Prevent runaway compactions In-Reply-To: <1114482934.1229119364146.JavaMail.jira@brutus> 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-1058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack reopened HBASE-1058: -------------------------- We took this patch out of 0.19 but its still in TRUNK. Reopening to remove this patch from TRUNK. What I just saw was on start up of a >1k region cluster, .META. was getting lots of edits as regions were coming on line so it was flushing, flushing, flushing (because we flush region when it hits 32k), but quickly, we got into a state where meta would not flush because too many file on fileystem and we were waiting for the compaction to complete (90seconds). During this time .META. was taking on no edits because the .META. memstore was > its 32k limit. Cluster was not opening up regions. > Prevent runaway compactions > --------------------------- > > Key: HBASE-1058 > URL: https://issues.apache.org/jira/browse/HBASE-1058 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Assignee: Andrew Purtell > Priority: Blocker > Attachments: hbase-1058-2-v1.patch, hbase-1058-v2.patch, hbase-1058-v4.patch, hbase-1058.patch > > > A rabid upload will easily outrun our compaction ability dropping flushes faster than we can compact them up. Fix. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.