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 41C2310815 for ; Tue, 15 Oct 2013 23:31:43 +0000 (UTC) Received: (qmail 28234 invoked by uid 500); 15 Oct 2013 23:31:42 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 28186 invoked by uid 500); 15 Oct 2013 23:31:42 -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 28111 invoked by uid 99); 15 Oct 2013 23:31:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Oct 2013 23:31:42 +0000 Date: Tue, 15 Oct 2013 23:31:42 +0000 (UTC) From: "Elliott Clark (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-9776) Test Load And Verify Fails with TableNotEnabledException 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-9776?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13796148#comment-13796148 ] Elliott Clark commented on HBASE-9776: -------------------------------------- Yep we're seeing this too on our clusters. You can work around this by turning off deleting the table on the test and using the shell. But the async delete just seems broken right now. > Test Load And Verify Fails with TableNotEnabledException > -------------------------------------------------------- > > Key: HBASE-9776 > URL: https://issues.apache.org/jira/browse/HBASE-9776 > Project: HBase > Issue Type: Bug > Components: test > Affects Versions: 0.96.0 > Reporter: Jeffrey Zhong > Assignee: Jeffrey Zhong > Priority: Minor > > Occasionally IntegrationTestLoadAndVerify failed with the following error. This is caused by RPC retry and the first attempt actually went through successfully. > {code} > 2013-10-10 19:55:54,339|beaver.machine|INFO|org.apache.hadoop.hbase.TableNotEnabledException: org.apache.hadoop.hbase.TableNotEnabledException: IntegrationTestLoadAndVerify > 2013-10-10 19:55:54,340|beaver.machine|INFO|at org.apache.hadoop.hbase.master.handler.DisableTableHandler.prepare(DisableTableHandler.java:100) > 2013-10-10 19:55:54,341|beaver.machine|INFO|at org.apache.hadoop.hbase.master.HMaster.disableTable(HMaster.java:1979) > 2013-10-10 19:55:54,342|beaver.machine|INFO|at org.apache.hadoop.hbase.master.HMaster.disableTable(HMaster.java:1990) > {code} -- This message was sent by Atlassian JIRA (v6.1#6144)