Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 49557 invoked from network); 13 May 2008 21:44:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 13 May 2008 21:44:16 -0000 Received: (qmail 68183 invoked by uid 500); 13 May 2008 21:44:18 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 68168 invoked by uid 500); 13 May 2008 21:44:18 -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 68157 invoked by uid 99); 13 May 2008 21:44:18 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 13 May 2008 14:44:18 -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; Tue, 13 May 2008 21:43:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id A355C234C116 for ; Tue, 13 May 2008 14:43:55 -0700 (PDT) Message-ID: <1739550408.1210715035667.JavaMail.jira@brutus> Date: Tue, 13 May 2008 14:43:55 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Updated: (HBASE-538) Improve exceptions that come out on client-side In-Reply-To: <1940568050.1206118524844.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-538?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman updated HBASE-538: -------------------------------- Affects Version/s: (was: 0.16.0) (was: 0.1.0) Status: Patch Available (was: Open) Patch for trunk is available. Please review. > Improve exceptions that come out on client-side > ----------------------------------------------- > > Key: HBASE-538 > URL: https://issues.apache.org/jira/browse/HBASE-538 > Project: Hadoop HBase > Issue Type: Improvement > Affects Versions: 0.2.0 > Reporter: stack > Assignee: Jim Kellerman > Fix For: 0.2.0 > > Attachments: 538.patch > > > Client-side exceptions should contain regionserver and region client was going against. Looking at an UnknownScannerException that came out of a client, it looks like something happened over on the regionserver but my cluster has a 20-plus machines and I don't know which I should be looking at. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.