Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 47169 invoked from network); 12 Aug 2008 17:24:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Aug 2008 17:24:05 -0000 Received: (qmail 70870 invoked by uid 500); 12 Aug 2008 17:24:04 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 70842 invoked by uid 500); 12 Aug 2008 17:24:04 -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 70819 invoked by uid 99); 12 Aug 2008 17:24:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 12 Aug 2008 10:24:03 -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 17:23:16 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 68965234C1B1 for ; Tue, 12 Aug 2008 10:23:44 -0700 (PDT) Message-ID: <102020085.1218561824427.JavaMail.jira@brutus> Date: Tue, 12 Aug 2008 10:23:44 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-820) Need mainline to flush when 'Blocking updates' goes up. In-Reply-To: <2055041322.1218513644405.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-820?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] stack resolved HBASE-820. ------------------------- Resolution: Fixed Resolving. Committed to branch and trunk. Thanks for the patch J-D. > 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 > Assignee: Jean-Daniel Cryans > Priority: Blocker > Fix For: 0.2.1, 0.3.0 > > Attachments: hbase-820-v1.patch > > > 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.