Return-Path: X-Original-To: apmail-hbase-user-archive@www.apache.org Delivered-To: apmail-hbase-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B29661009B for ; Tue, 25 Feb 2014 16:17:06 +0000 (UTC) Received: (qmail 77227 invoked by uid 500); 25 Feb 2014 16:17:03 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 76939 invoked by uid 500); 25 Feb 2014 16:17:02 -0000 Mailing-List: contact user-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@hbase.apache.org Delivered-To: mailing list user@hbase.apache.org Received: (qmail 76926 invoked by uid 99); 25 Feb 2014 16:17:01 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 16:17:01 +0000 X-ASF-Spam-Status: No, hits=2.6 required=5.0 tests=FORGED_YAHOO_RCVD,FREEMAIL_ENVFROM_END_DIGIT,SPF_PASS,URI_HEX X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 25 Feb 2014 16:16:55 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1WIKgM-0008L3-HN for user@hbase.apache.org; Tue, 25 Feb 2014 08:16:34 -0800 Date: Tue, 25 Feb 2014 08:16:34 -0800 (PST) From: shapoor To: user@hbase.apache.org Message-ID: <1393344994503-4056339.post@n3.nabble.com> Subject: egionTooBusyException: Above memstore limit MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org hello, I just got this exception from hbase-0.96.1.1-hadoop2 while sending too many read/write requests for a longer time. Should something be configured? 14/02/25 16:26:37 INFO client.AsyncProcess: #3, waiting for some tasks to finish. Expected max=0, tasksSent=898465, tasksDone=898464, currentTasksDone=898464, retries=215 hasError=false, tableName=test-table 14/02/25 16:26:37 INFO client.AsyncProcess: #3, table=test-table, attempt=12/35 failed 1 ops, last exception: org.apache.hadoop.hbase.RegionTooBusyException: org.apache.hadoop.hbase.RegionTooBusyException: Above memstore limit, regionName=test-table,doc-id-843162,1393341942533.8477b42b33d2fe9abb2b25a4e5e94b24., server=kcs-testhadoop01,60020,1393335573827, memstoreSize=268441392, blockingMemStoreSize=268435456 at org.apache.hadoop.hbase.regionserver.HRegion.checkResources(HRegion.java:2546) at org.apache.hadoop.hbase.regionserver.HRegion.batchMutate(HRegion.java:1948) at org.apache.hadoop.hbase.regionserver.HRegionServer.doBatchOp(HRegionServer.java:4043) at org.apache.hadoop.hbase.regionserver.HRegionServer.doNonAtomicRegionMutation(HRegionServer.java:3354) at org.apache.hadoop.hbase.regionserver.HRegionServer.multi(HRegionServer.java:3258) at org.apache.hadoop.hbase.protobuf.generated.ClientProtos$ClientService$2.callBlockingMethod(ClientProtos.java:26935) at org.apache.hadoop.hbase.ipc.RpcServer.call(RpcServer.java:2175) at org.apache.hadoop.hbase.ipc.RpcServer$Handler.run(RpcServer.java:1879) on kcs-testhadoop01,60020,1393335573827, tracking started Tue Feb 25 16:25:49 CET 2014, retrying after 20150 ms, replay 1 ops. regards, -- View this message in context: http://apache-hbase.679495.n3.nabble.com/egionTooBusyException-Above-memstore-limit-tp4056339.html Sent from the HBase User mailing list archive at Nabble.com.