Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 5368 invoked from network); 12 Aug 2008 04:01:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 04:01:35 -0000 Received: (qmail 76733 invoked by uid 500); 12 Aug 2008 04:01:34 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 76723 invoked by uid 500); 12 Aug 2008 04:01:34 -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 76712 invoked by uid 99); 12 Aug 2008 04:01:34 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Aug 2008 21:01:34 -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; Tue, 12 Aug 2008 04:00:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 634BA234C1A3 for ; Mon, 11 Aug 2008 21:00:44 -0700 (PDT) Message-ID: <2055041322.1218513644405.JavaMail.jira@brutus> Date: Mon, 11 Aug 2008 21:00:44 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-820) Need mainline to flush when 'Blocking updates' goes up. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Need mainline to flush when 'Blocking updates' goes up. ------------------------------------------------------- Key: HBASE-820 URL: https://issues.apache.org/jira/browse/HBASE-820 Project: Hadoop HBase Issue Type: Bug Reporter: stack Priority: Blocker Look at the below. Blocking goes up and flush doesn't happen for nearly ten minutes (Other flushes happen in the meantime no problem). We need to run a flush immediately; schedule it before all others. {code} 2008-08-12 01:45:54,175 INFO org.apache.hadoop.hbase.regionserver.HRegion: Blocking updates for 'IPC Server handler 9 on 60020' on region TestTable,0024119972,1218505443888: Memcache size 64.0m is >= than blocking 64.0m size ... 2008-08-12 01:54:36,695 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Started memcache flush for region TestTable,0024119972,1218505443888. Current region memcache size 64.0m {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.