Return-Path: Delivered-To: apmail-hadoop-hbase-user-archive@locus.apache.org Received: (qmail 3510 invoked from network); 18 Dec 2008 08:13:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 18 Dec 2008 08:13:12 -0000 Received: (qmail 99542 invoked by uid 500); 18 Dec 2008 08:13:23 -0000 Delivered-To: apmail-hadoop-hbase-user-archive@hadoop.apache.org Received: (qmail 99524 invoked by uid 500); 18 Dec 2008 08:13:23 -0000 Mailing-List: contact hbase-user-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-user@hadoop.apache.org Delivered-To: mailing list hbase-user@hadoop.apache.org Received: (qmail 99513 invoked by uid 99); 18 Dec 2008 08:13:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 00:13:23 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of yossale@gmail.com designates 209.85.200.169 as permitted sender) Received: from [209.85.200.169] (HELO wf-out-1314.google.com) (209.85.200.169) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 18 Dec 2008 08:13:04 +0000 Received: by wf-out-1314.google.com with SMTP id 24so319050wfg.2 for ; Thu, 18 Dec 2008 00:12:43 -0800 (PST) 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=+4IHEAfTjs27rDuF9dDxPcE/O9qiuirzAAG5/BoHzro=; b=M86OtzMoHRgMlShJ8H7FUsbMUtUfhUQ6V4EeOq9m4zecaCoqSYbsY8Xpr50e7qfK8n L4yOcM3OflnmbjQWdUHIV2J9Vh3+QyP9qCrAYF91vZmh4TU61Nkb9+gmQ2RUdCroFucJ Evr3U2i8sCzlCGUa5KkKNQJKyVoQxN9azMATM= 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=I2Vu2m7i0eXA6p4s5a3acTuWTGUwiiW/lWWaD4yMO/I+iIpTxKOZlri8Uk0zj1bLh9 svDR3hmS0/WmvMOJPWv28IMdt80BzKIyZUO0GO2fdxwZDvALGhR4ZzKEDdF1pnmfy0XD SjiiOB5LU5kC/aP8J0EEy7+UPfMbKfmL85QpA= Received: by 10.142.172.12 with SMTP id u12mr705171wfe.60.1229587963875; Thu, 18 Dec 2008 00:12:43 -0800 (PST) Received: by 10.142.79.4 with HTTP; Thu, 18 Dec 2008 00:12:43 -0800 (PST) Message-ID: Date: Thu, 18 Dec 2008 10:12:43 +0200 From: "Yossi Ittach" To: hbase-user@hadoop.apache.org Subject: Re: RegionsSplit causes NotServingRegionException In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_20796_23213400.1229587963868" References: <31a243e70812160836r47be8e95qb0376f84d4abff97@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_20796_23213400.1229587963868 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Hey I can't seem to resolve this problem - After a region split occurs I can't insert more data to table unless I disable and re-enable it - I'm getting get NotServingRegionException. org.apache.hadoop.hbase.client.RetriesExhaustedException: Trying to contact region server MY.IP.213:60020 for region my_table,C74fV1ZrJT5JEeZwSniLSA==,1229510672251, row 'EArVqQK7uAhJtdCI6SHIkg==', but failed after 1 attempts. Exceptions: org.apache.hadoop.hbase.NotServingRegionException: org.apache.hadoop.hbase.NotServingRegionException: my_table,C74fV1ZrJT5JEeZwSniLSA==,1229510672251 at org.apache.hadoop.hbase.regionserver.HRegionServer.getRegion(HRegionServer.java:1519) at org.apache.hadoop.hbase.regionserver.HRegionServer.batchUpdate(HRegionServer.java:1105) at sun.reflect.GeneratedMethodAccessor13.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.hadoop.hbase.ipc.HbaseRPC$Server.call(HbaseRPC.java:554) at org.apache.hadoop.ipc.Server$Handler.run(Server.java:888) at org.apache.hadoop.hbase.client.HConnectionManager$TableServers.getRegionServerWithRetries(HConnectionManager.java:863) at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:964) at org.apache.hadoop.hbase.client.HTable.commit(HTable.java:950) Vale et me ama Yossi On Wed, Dec 17, 2008 at 1:53 AM, Yossi Ittach wrote: > I'm using HBase 18.0 > I'm afraid that my table was affected - all the attempts to perform > batchUpdates failed until I disabled and enabled the table > > Vale et me ama > Yossi > > > On Tue, Dec 16, 2008 at 6:36 PM, Jean-Daniel Cryans wrote: > >> Yossi, >> >> Unfortunately this list does not accept attached files. >> >> Also the NotServingRegionException is normal, it just tells the client >> library to refresh it's cache because that region either moved or was >> split. >> Your table should not be hosed by it, was it the case or you simply >> stopped >> when seeing this error? >> >> Also, which version of HBase? >> >> Thx, >> >> J-D >> >> On Tue, Dec 16, 2008 at 11:33 AM, Yossi Ittach wrote: >> >> > Hey All >> > >> > I'm running an HBase benchmark , and after ~400,000 files , I started to >> > get NotServingRegionException. >> > A quick view in the logs showed that it started write after a >> RegionSplit >> > was conducted - apparently , something is not connected right. >> > The problem was resolved by disabling and re-enabling the table. Is this >> a >> > bug / misconfiguration ? >> > Thanks! >> > >> > The (partial) log files are attached >> > >> > >> > Vale et me ama >> > Yossi >> > >> > > ------=_Part_20796_23213400.1229587963868--