Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 53485 invoked from network); 29 Oct 2008 23:09:07 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Oct 2008 23:09:07 -0000 Received: (qmail 74532 invoked by uid 500); 29 Oct 2008 23:09:12 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 74515 invoked by uid 500); 29 Oct 2008 23:09:12 -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 74504 invoked by uid 99); 29 Oct 2008 23:09:12 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 29 Oct 2008 16:09:11 -0700 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; Wed, 29 Oct 2008 23:08:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 3910B234C239 for ; Wed, 29 Oct 2008 16:08:46 -0700 (PDT) Message-ID: <1255167136.1225321726218.JavaMail.jira@brutus> Date: Wed, 29 Oct 2008 16:08:46 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-969) Won't split under load In-Reply-To: <1696557143.1225232446134.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-969?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12643692#action_12643692 ] stack commented on HBASE-969: ----------------------------- Just saw the 'no split' happen. One thing to notice is that with our new batch uploading, we're overwhelming compaction. I'm seeing long-running compactions up in the minutes again. Maybe our algorithm needs tuning -- if lots of store files, pick up more than the smallest -- especially if all close in size as is what I'm seeing here (flushes are 128M, 2x64M configured size). Need to still figure why no split is happening: {code} 2008-10-29 23:03:02,663 DEBUG org.apache.hadoop.hbase.regionserver.HStore: Compaction size of 1118057853/info: 16.4g; Skipped 139 files , size: 12677739481 {code} > Won't split under load > ---------------------- > > Key: HBASE-969 > URL: https://issues.apache.org/jira/browse/HBASE-969 > Project: Hadoop HBase > Issue Type: Bug > Reporter: stack > Priority: Blocker > Fix For: 0.19.0 > > > Looks like a new bug where we won't split when under load. Some recent refactoring seems to have dropped our split provoker. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.