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 B362E9DCA for ; Wed, 11 Apr 2012 17:42:46 +0000 (UTC) Received: (qmail 8940 invoked by uid 500); 11 Apr 2012 17:42:44 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 8885 invoked by uid 500); 11 Apr 2012 17:42:44 -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 8852 invoked by uid 99); 11 Apr 2012 17:42:44 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 17:42:44 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dwivedishashwat@gmail.com designates 209.85.160.41 as permitted sender) Received: from [209.85.160.41] (HELO mail-pb0-f41.google.com) (209.85.160.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Apr 2012 17:42:36 +0000 Received: by pbcup15 with SMTP id up15so1938127pbc.14 for ; Wed, 11 Apr 2012 10:42:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:references:in-reply-to:subject:date:message-id:mime-version :content-type:content-transfer-encoding:x-mailer:thread-index :content-language; bh=HWNX2K2rbj5U9sIWT9SBB5zHKaZ0gdnDa2il3Vr3vjg=; b=IeGcl5hEfOnShgB3P+VBB3zikAgT1ddt+GQ7VXVyDylyudQlIE3bXlOQDvYSaC3/Wn 6Pqar0uhv4R1Q6pqYRVNGPn9dBDEwweSnyCg+nxnU8NXrgv6k0Sa1hOQ1G4gnex+rwyq HdB22WYohrHd3ZrFDEG05MLsd03qxh8KjDHHFanEB7LC1lKJmzn+GIqVOhVhmVFH6wt6 I+paJL66pGNthNjhSY/D8CO+MmzAkviWjflcbhDG8+e2Jp0PAbOTFk6pWiiIw3Tpj9w5 NlFL5TTbslh6Dz0I2QZD1fwtoNM8m9yIXcwqLTCIqGRCs1xfV/yty/FzDCAruesbIbqN Dmkw== Received: by 10.68.130.40 with SMTP id ob8mr16143254pbb.84.1334166135417; Wed, 11 Apr 2012 10:42:15 -0700 (PDT) Received: from Infinitysoft ([180.151.110.15]) by mx.google.com with ESMTPS id ng1sm3417358pbc.68.2012.04.11.10.42.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 11 Apr 2012 10:42:14 -0700 (PDT) From: "Shashwat" To: , References: In-Reply-To: Subject: RE: NotServingRegionException in Pseudo-Distributed Mode Date: Wed, 11 Apr 2012 23:12:07 +0530 Message-ID: <069701cd180a$6d242f80$476c8e80$@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQLWj0Rk0evjxOnd+sNrT2glWCd35JSC9j5A Content-Language: en-in Check out this thread may be this will provide some help : http://mail-archives.apache.org/mod_mbox/hbase-user/201201.mbox/%3CCAHau4ys9 eTj_ek_jP=bnpOVspRraYuyn4FHTD51dGpdGYvynOg@mail.gmail.com%3E and http://www.mail-archive.com/hbase-user@hadoop.apache.org/msg01180.html -----Original Message----- From: Bing Li [mailto:lblabs@gmail.com] Sent: 11 April 2012 21:58 To: hbase-user@hadoop.apache.org; user Subject: NotServingRegionException in Pseudo-Distributed Mode Dear all, I got an exception as follows when running HBase. My Hadoop is set up in the pseudo-distributed mode. The exception happens after the system runs for about one hour. The specification of NotServingRegionException says "thrown by a region server if it is sent a request for a region it is not serving". I cannot figure out how to solve it in my case. Could you please help me on this? Thanks so much! Bing [java] org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed 14 actions: NotServingRegionException: 14 times, servers with issues: greatfreeweb:60020, [java] at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation. processBatchCallback(HConnectionManager.java:1641) [java] at org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation. processBatch(HConnectionManager.java:1409) [java] at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:900) [java] at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:777) [java] at org.apache.hadoop.hbase.client.HTable.put(HTable.java:760) [java] at org.apache.hadoop.hbase.client.HTablePool$PooledHTable.put(HTablePool.java:4 02) [java] at com.greatfree.hbase.NeighborPersister.ReplicateNodeNeighbor(NeighborPersiste r.java:550) [java] at com.greatfree.hbase.thread.ReplicateNodeNeighborThread.run(ReplicateNodeNeig hborThread.java:50) [java] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:11 10) [java] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:6 03) [java] at java.lang.Thread.run(Thread.java:722)