Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 55952 invoked from network); 18 Dec 2009 22:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 18 Dec 2009 22:38:45 -0000 Received: (qmail 6575 invoked by uid 500); 18 Dec 2009 22:38:45 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 6547 invoked by uid 500); 18 Dec 2009 22:38:45 -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 6537 invoked by uid 99); 18 Dec 2009 22:38:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 18 Dec 2009 22:38:45 +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, 18 Dec 2009 22:38:38 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1EB31234C04C for ; Fri, 18 Dec 2009 14:38:18 -0800 (PST) Message-ID: <1033138203.1261175898110.JavaMail.jira@brutus> Date: Fri, 18 Dec 2009 22:38:18 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-2054) memstore size 0 is >= than blocking -2.0g size In-Reply-To: <86478787.1261110858096.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-2054?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12792678#action_12792678 ] Jean-Daniel Cryans commented on HBASE-2054: ------------------------------------------- All the tests pass except for TestHeapSize which I then fixed. I will commit in branch and trunk unless objections. > memstore size 0 is >= than blocking -2.0g size > ---------------------------------------------- > > Key: HBASE-2054 > URL: https://issues.apache.org/jira/browse/HBASE-2054 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.20.2 > Reporter: Jean-Daniel Cryans > Assignee: Jean-Daniel Cryans > Fix For: 0.20.3, 0.21.0 > > Attachments: HBASE-2054.patch > > > On scoundrel's cluster, I made him set his MemStore size at 256MB and hbase.hregion.memstore.block.multiplier to 8 and it seems that it overruns the integer so we get stuff like : > {code} > 2009-12-17 21:52:34,314 INFO org.apache.hadoop.hbase.regionserver.HRegion: Blocking updates for 'IPC Server handler 79 on 60020' on region text_storage,,1261107769109: memstore size 0 is >= than blocking -2.0g size > 2009-12-17 21:52:44,317 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Flush requested on text_storage,,1261107769109 > 2009-12-17 21:52:54,320 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Flush requested on text_storage,,1261107769109 > 2009-12-17 21:53:04,323 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Flush requested on text_storage,,1261107769109 > 2009-12-17 21:53:14,325 DEBUG org.apache.hadoop.hbase.regionserver.HRegion: Flush requested on text_storage,,1261107769109 > ... > {code} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.