Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 24275 invoked from network); 18 Aug 2008 20:32:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Aug 2008 20:32:03 -0000 Received: (qmail 19647 invoked by uid 500); 18 Aug 2008 20:32:01 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 19633 invoked by uid 500); 18 Aug 2008 20:32:01 -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 19622 invoked by uid 99); 18 Aug 2008 20:32:01 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 13:32:01 -0700 X-ASF-Spam-Status: No, hits=3.5 required=10.0 tests=HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jdcryans@gmail.com designates 209.85.217.13 as permitted sender) Received: from [209.85.217.13] (HELO mail-gx0-f13.google.com) (209.85.217.13) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 18 Aug 2008 20:31:05 +0000 Received: by gxk6 with SMTP id 6so3902472gxk.5 for ; Mon, 18 Aug 2008 13:31:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=g9g0LP6aOSZUBEHzSTgGFy5t3JHGMUDq6XBtLfdD2EU=; b=RTxYwaKCckPAF0J5vKdZSuLkrszBHdNwBRENgrjijnntpEsFay6mqit8zt/WUKDuU/ upF7sGs289NFO+8/UkNcgx5O/Nqzhfr1RWTH5g3qde+jIFx+ViC+y1SVPivhP7q0igJx oNzvybz11AKjeV5mS9kmbcmFITmuHuV2gxdgc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=v7Jg6g8a43Mgu/BiSGb9sRFVj0FJsov5wbL17xh/4XLcSaUXLe76MJwCEKrhcJa8wf jg0my+3NrYDcIVOnFSc3fAaQz67UPFIDrORZy8ySUU+xSG90+PXB5BTHn7ThqcCuOwoK HX6BOlmorQqQp/ww1TDyJyl/HDZ2fKqM5a9wU= Received: by 10.150.220.19 with SMTP id s19mr10330917ybg.54.1219091493935; Mon, 18 Aug 2008 13:31:33 -0700 (PDT) Received: by 10.65.203.6 with HTTP; Mon, 18 Aug 2008 13:31:33 -0700 (PDT) Message-ID: <31a243e70808181331l3ff4084fha9050dc521a9ca75@mail.gmail.com> Date: Mon, 18 Aug 2008 16:31:33 -0400 From: "Jean-Daniel Cryans" To: hbase-user@hadoop.apache.org, hbase-dev@hadoop.apache.org Subject: Re: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_14894_22112501.1219091493917" References: <20080818034102.E4E627C002@mail.teltel.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_14894_22112501.1219091493917 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline gaozhi, What is your setup like? How many regionservers? Is it in a VM? What are your machines like? Have you checked in your node's (192.168.209.37) logs to see if there is anything anormal? Can you send an excerpt? Which version of Hadoop/HBase? Getting your insertion code would also be nice. Thx J-D P.S. I sent this to the user mailing list since this is not development-related. On Mon, Aug 18, 2008 at 12:04 AM, zhang gaozhi wrote: > Dear all, > > Firstly, thanks for your efforts about hbase/hadoop project, they > are the good projects and give our better understanding and help. > When we use the hbase, create the htable and do stress testing; find > out some problems. That is , we insert the record into the htable > continually, after a period, we meet some errors as the following > informations. > > > count:40186954 ( The record number inserted) > > count:40186955 ( The record number inserted) > > count:40186956 ( The record number inserted) > > count:40186957 ( The record number inserted) > > Exception in thread "main" > org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact > region server 192.168.209.37:60020 for region > imlogs1,37415117,1218859785143, row '40186957', but failed after 10 > attempts. > > Exceptions: > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > java.net.SocketTimeoutException: timed out waiting for rpc response > > > > at > org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionServerWithRetries(HConnectionManager.java:892) > > at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:1168) > > at org.apache.hadoop.hbase.PutImData1.main(PutImData1.java:192) > > > As above shown, if any problems, how to do for fixing the > problems. By the way, can send our some your stress testing results and > give our better suggestions. > > The table used in our testbed shown: > > hbase(main):015:0> describe 'imlogs' > > {NAME => 'imlogs', IS_ROOT => 'false', IS_META => 'false', FAMILIES => > [{NAME => 'reciever', BLOOMFILTER => 'f > > alse', VERSIONS => '999999999', COMPRESSION => 'NONE', LENGTH => > '2147483647', TTL => '-1', IN_MEMORY => 'fals > > e', BLOCKCACHE => 'false'}, {NAME => 'sender', BLOOMFILTER => 'false', > VERSIONS => '999999999', COMPRESSION => > > 'NONE', LENGTH => '2147483647', TTL => '-1', IN_MEMORY => 'false', > BLOCKCACHE => 'false'}, {NAME => 'content' > > , BLOOMFILTER => 'false', VERSIONS => '999999999', COMPRESSION => 'NONE', > LENGTH => '2147483647', TTL => '-1', > > IN_MEMORY => 'false', BLOCKCACHE => 'false'}]} > > > Best regards > > thanks > > gaozhi > > > > > > ------=_Part_14894_22112501.1219091493917--