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 9E7FADF0B for ; Wed, 19 Sep 2012 10:22:54 +0000 (UTC) Received: (qmail 91251 invoked by uid 500); 19 Sep 2012 10:22:52 -0000 Delivered-To: apmail-hbase-user-archive@hbase.apache.org Received: (qmail 91145 invoked by uid 500); 19 Sep 2012 10:22:52 -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 91104 invoked by uid 99); 19 Sep 2012 10:22:51 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 10:22:51 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FSL_RCVD_USER,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of nkeywal@gmail.com designates 74.125.82.41 as permitted sender) Received: from [74.125.82.41] (HELO mail-wg0-f41.google.com) (74.125.82.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Sep 2012 10:22:42 +0000 Received: by wgbds1 with SMTP id ds1so4315380wgb.2 for ; Wed, 19 Sep 2012 03:22:22 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=uwmYxN83E6xiG01XOnFniywuthCq+Re+k3yWpt0B+nk=; b=PSdztl4QLD1vfIlevixT+hQQKb2Kkx5zFMIkkScJhkKxoQ4+2rdfIB4IiassMpHlGk gDubx2L8ywzeHFOro1dp0a5Vq1a1y1IAvJMryx89WTKKa507fzRE/tx77jLe5Mt6rR+B kepwVzjlMKzJusyk7m+lK5+knWrj4VxiTmOZQkIqBzmt4AJbqrgZ5o05Zylk2OO/UJ7O QeemrCHYx3xz7wFNtYJhFSlVrSzZbZDlBJjNwhwycye9Qp/qU8YJE3LEoAZbK/kBj6z0 WToNIc830nZgaYSEFveSnQ6je8RUQAf06hYw0D3PM+bEx4BUIAe+R+paH6vHmam8FKSb fD5w== Received: by 10.180.82.230 with SMTP id l6mr5875076wiy.21.1348050142480; Wed, 19 Sep 2012 03:22:22 -0700 (PDT) MIME-Version: 1.0 Received: by 10.194.81.165 with HTTP; Wed, 19 Sep 2012 03:22:02 -0700 (PDT) In-Reply-To: References: From: n keywal Date: Wed, 19 Sep 2012 12:22:02 +0200 Message-ID: Subject: Re: RetriesExhaustedWithDetailsException while puting in Table To: user@hbase.apache.org Content-Type: multipart/alternative; boundary=f46d04440408e1c81704ca0b61e3 --f46d04440408e1c81704ca0b61e3 Content-Type: text/plain; charset=ISO-8859-1 DoNotRetryIOException means that the error is considered at permanent: it's not a missing regionserver, but for example a table that's not enabled. I would expect a more detailed exception (a caused by or something alike). If it's missing, you should have more info in the regionserver logs. On Wed, Sep 19, 2012 at 11:54 AM, Dhirendra Singh wrote: > I am getting this exception while trying to insert entry to the table. the > table has its secondary index and its coprocessors defined properly. > I suspect this error is because the inserting row didn't had all the > columns which were required in the secondary index but not sure. > > could someone tell me the way to debug this scenario as the exception is > also a bit vauge, it actually doesn't tell what went wrong, > > org.apache.hadoop.hbase.client.RetriesExhaustedWithDetailsException: Failed > 1 action: DoNotRetryIOException: 1 time, servers with issues: > tserver.corp.nextag.com:60020, > at > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatchCallback(HConnectionManager.java:1641) > at > > org.apache.hadoop.hbase.client.HConnectionManager$HConnectionImplementation.processBatch(HConnectionManager.java:1409) > at org.apache.hadoop.hbase.client.HTable.flushCommits(HTable.java:943) > at org.apache.hadoop.hbase.client.HTable.doPut(HTable.java:820) > at org.apache.hadoop.hbase.client.HTable.put(HTable.java:795) > at > > org.apache.hadoop.hbase.client.HTablePool$PooledHTable.put(HTablePool.java:397) > > > -- > Warm Regards, > Dhirendra Pratap > +91. 9717394713 > --f46d04440408e1c81704ca0b61e3--