Return-Path: X-Original-To: apmail-hbase-issues-archive@www.apache.org Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 49EF5D798 for ; Fri, 5 Oct 2012 02:59:52 +0000 (UTC) Received: (qmail 20266 invoked by uid 500); 5 Oct 2012 02:59:52 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20205 invoked by uid 500); 5 Oct 2012 02:59:52 -0000 Mailing-List: contact issues-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list issues@hbase.apache.org Received: (qmail 20195 invoked by uid 99); 5 Oct 2012 02:59:52 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 02:59:52 +0000 Date: Fri, 5 Oct 2012 13:59:51 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <171551134.3938.1349405992033.JavaMail.jiratomcat@arcas> In-Reply-To: <323210568.152137.1349136427621.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6914) Scans/Gets/Mutations don't give a good error if the table is disabled. MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HBASE-6914?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469987#comment-13469987 ] Hudson commented on HBASE-6914: ------------------------------- Integrated in HBase-0.92-security #143 (See [https://builds.apache.org/job/HBase-0.92-security/143/]) HBASE-6914 Scans/Gets/Mutations don't give a good error if the table is disabled; ADDENDUM -- ADD MISSED IMPORT (Revision 1393215) HBASE-6914 Scans/Gets/Mutations don't give a good error if the table is disabled. (Revision 1393166) Result = FAILURE eclark : Files : * /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java eclark : Files : * /hbase/branches/0.92/CHANGES.txt * /hbase/branches/0.92/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java * /hbase/branches/0.92/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java > Scans/Gets/Mutations don't give a good error if the table is disabled. > ---------------------------------------------------------------------- > > Key: HBASE-6914 > URL: https://issues.apache.org/jira/browse/HBASE-6914 > Project: HBase > Issue Type: Improvement > Components: Client > Reporter: Elliott Clark > Assignee: Elliott Clark > Fix For: 0.92.3, 0.94.2, 0.96.0 > > Attachments: HBASE-6914-092-3.patch, HBASE-6914-092-ADD.patch, HBASE-6914-094-3.patch, HBASE-6914-0.patch, HBASE-6914-1.patch, HBASE-6914-2.patch, HBASE-6914-3.patch > > > Scan a table that is disabled will have the client retry multiple times and then will error out with NotServingRegionException. If the table is disabled there's no need to re-try and the message should be more explicit. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira