Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 3431 invoked from network); 12 Mar 2008 05:46:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Mar 2008 05:46:18 -0000 Received: (qmail 31279 invoked by uid 500); 12 Mar 2008 05:46:15 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 31264 invoked by uid 500); 12 Mar 2008 05:46:15 -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 31255 invoked by uid 99); 12 Mar 2008 05:46:15 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Mar 2008 22:46:15 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 12 Mar 2008 05:45:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2C401234C092 for ; Tue, 11 Mar 2008 22:44:46 -0700 (PDT) Message-ID: <416104508.1205300686180.JavaMail.jira@brutus> Date: Tue, 11 Mar 2008 22:44:46 -0700 (PDT) From: "stack (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Commented: (HBASE-506) When an exception has to escape ServerCallable due to exhausted retries, show all the exceptions that lead to this situation In-Reply-To: <961390185.1205281246251.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12577717#action_12577717 ] stack commented on HBASE-506: ----------------------------- Right. My test bed was polluted w/ HBASE-27. > When an exception has to escape ServerCallable due to exhausted retries, show all the exceptions that lead to this situation > ---------------------------------------------------------------------------------------------------------------------------- > > Key: HBASE-506 > URL: https://issues.apache.org/jira/browse/HBASE-506 > Project: Hadoop HBase > Issue Type: Improvement > Components: client > Reporter: Bryan Duxbury > Fix For: 0.1.0, 0.2.0 > > Attachments: 506-0.1.patch > > > Every so often, we find ourselves trying to debug a problem that happens in HTable where we exhaust all our retries trying to contact the region server hosting the region we want to operate on. Oftentimes the last exception that comes out is something like WrongRegionException, which should just never be the case. > As a way to improve our debugging capabilities, when we decide to throw an exception out of ServerCallable, let's show not just the last exception but all the exceptions that caused all the retries in the first place. This will help us understand the sequence of events that led to us running out of retries. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.