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 C464E18DFC for ; Thu, 24 Dec 2015 05:15:28 +0000 (UTC) Received: (qmail 32126 invoked by uid 500); 24 Dec 2015 05:15:26 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 32050 invoked by uid 500); 24 Dec 2015 05:15:26 -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 32038 invoked by uid 99); 24 Dec 2015 05:15:26 -0000 Received: from Unknown (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Dec 2015 05:15:26 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id F41FA18027E for ; Thu, 24 Dec 2015 05:15:25 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3 X-Spam-Level: *** X-Spam-Status: No, score=3 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, HEADER_FROM_DIFFERENT_DOMAINS=0.001, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H2=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd3-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Weh9B3DL-Lqr for ; Thu, 24 Dec 2015 05:15:19 +0000 (UTC) Received: from mail-io0-f173.google.com (mail-io0-f173.google.com [209.85.223.173]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id 384E020F5F for ; Thu, 24 Dec 2015 05:15:19 +0000 (UTC) Received: by mail-io0-f173.google.com with SMTP id q126so234152620iof.2 for ; Wed, 23 Dec 2015 21:15:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=85l0kH7FNnrkeUhdqPqn0fsROQjFYXkZ6hCEKCxU+p0=; b=TLvw6YiW+MFAIZiUfNbu1K1Y4VR9ThvtXPUCvwp0DlWJZmfwOVFRoqX8KHn4OU+9mL 4f0EWdxuHcVkzT2FctHiNJEmhZI5vl7SYg3K6pcmGTxVqDZcl/s65D5LmL+/ejefcHUg fhUpDgzR0pXRpTH4cQP/2GO8OScaa25T+ey+NNRloLg/CwLfZsPBPv6yn/UEUYfnsAyc 2k5IqKQSg0D7sIAk+hBXBgx7IrfjUyMH1Yc9qJbbRtJy5UrwVoVJHMY3n/7Cst+zc9ok KGeAz7iIy2eQOPFc6EUkMxl75eyMCVNSYh+n/b8scuGmUBxDQWwhrrfgycKw8wRN1CG7 VPKA== MIME-Version: 1.0 X-Received: by 10.107.30.80 with SMTP id e77mr35406104ioe.180.1450934118669; Wed, 23 Dec 2015 21:15:18 -0800 (PST) Sender: saint.ack@gmail.com Received: by 10.64.18.144 with HTTP; Wed, 23 Dec 2015 21:15:18 -0800 (PST) In-Reply-To: References: Date: Wed, 23 Dec 2015 21:15:18 -0800 X-Google-Sender-Auth: SSh-ptdyFIvoj0NLe7CuzWQ0olE Message-ID: Subject: Re: Put performance test From: Stack To: Hbase-User Content-Type: multipart/alternative; boundary=001a1141b2c4bc705a05279dec49 --001a1141b2c4bc705a05279dec49 Content-Type: text/plain; charset=UTF-8 Looks like happybase has tuned down the retries. Is that possible? It says: Failed 1 action: IOException: 1 time. Can you up the retry count? Client probably needs to ride over a region split or some such. St.Ack On Wed, Dec 23, 2015 at 9:47 AM, Kumiko Yada wrote: > It's crashing in the lib. > > happybase.hbase.ttypes.IOError: > IOError(_message='org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: > Failed 1 action: IOException: 1 time, \n\tat > org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.makeException(AsyncProcess.java:227)\n\tat > org.apache.hadoop.hbase.client.AsyncProcess$BatchErrors.access$1700(AsyncProcess.java:207)\n\tat > org.apache.hadoop.hbase.client.AsyncProcess.waitForAllPreviousOpsAndReset(AsyncProcess.java:1658)\n\tat > org.apache.hadoop.hbase.client.BufferedMutatorImpl.backgroundFlushCommits(BufferedMutatorImpl.java:208)\n\tat > org.apache.hadoop.hbase.client.BufferedMutatorImpl.flush(BufferedMutatorImpl.java:183)\n\tat > org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:1496)\n\tat > org.apache.hadoop.hbase.client.HTable.put(HTable.java:1119)\n\tat > org.apache.hadoop.hbase.thrift.ThriftServerRunner$HBaseHandler.mutateRowsTs(ThriftServerRunner.java:1324)\n\tat > org.apache.hadoop.hbase.thrift.ThriftServerRunner$HBaseHandler.mutateRows(ThriftServerRunner.java:1270)\n\tat > sun.reflect.GeneratedMethodAccessor1.invoke(Unknown Source)\n\tat > sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\n\tat > java.lang.reflect.Method.invoke(Method.java:606)\n\tat > org.apache.hadoop.hbase.thrift.HbaseHandlerMetricsProxy.invoke(HbaseHandlerMetricsProxy.java:67)\n\tat > com.sun.proxy.$Proxy13.mutateRows(Unknown Source)\n\tat > org.apache.hadoop.hbase.thrift.generated.Hbase$Processor$mutateRows.getResult(Hbase.java:4386)\n\tat > org.apache.hadoop.hbase.thrift.generated.Hbase$Processor$mutateRows.getResult(Hbase.java:4370)\n\tat > org.apache.thrift.ProcessFunction.process(ProcessFunction.java:39)\n\tat > org.apache.thrift.TBaseProcessor.process(TBaseProcessor.java:39)\n\tat > org.apache.hadoop.hbase.thrift.TBoundedThreadPoolServer$ClientConnnection.run(TBoundedThreadPoolServer.java:289)\n\tat > java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)\n\tat > java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)\n\tat > java.lang.Thread.run(Thread.java:745)\n') > > -----Original Message----- > From: saint.ack@gmail.com [mailto:saint.ack@gmail.com] On Behalf Of Stack > Sent: Tuesday, December 22, 2015 1:07 PM > To: Hbase-User > Subject: Re: Put performance test > > Why the crash? Is it in the library or hbase? > Thanks, > St.Ack > > On Tue, Dec 22, 2015 at 11:00 AM, Kumiko Yada > wrote: > > > Hello, > > > > I wrote the python script w/ happybase library to do the performance > > put test; however, this library is crashing when more than 900000 rows > > are put. I'd like to do 1/10/100 million rows put tests. Is there > > any tool that I can use for this? > > > > Thanks > > Kumiko > > > --001a1141b2c4bc705a05279dec49--