Return-Path: X-Original-To: apmail-hbase-dev-archive@www.apache.org Delivered-To: apmail-hbase-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id DB06E10DE0 for ; Tue, 30 Dec 2014 04:36:16 +0000 (UTC) Received: (qmail 1519 invoked by uid 500); 30 Dec 2014 04:36:15 -0000 Delivered-To: apmail-hbase-dev-archive@hbase.apache.org Received: (qmail 1425 invoked by uid 500); 30 Dec 2014 04:36:15 -0000 Mailing-List: contact dev-help@hbase.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@hbase.apache.org Delivered-To: mailing list dev@hbase.apache.org Received: (qmail 1292 invoked by uid 99); 30 Dec 2014 04:36:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Dec 2014 04:36:15 +0000 Date: Tue, 30 Dec 2014 04:36:15 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: dev@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HBASE-8193) HBaseAdmin.isTableAvailable should also check if the table is Enabled after successful creation 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-8193?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ramkrishna.s.vasudevan resolved HBASE-8193. ------------------------------------------- Resolution: Won't Fix > HBaseAdmin.isTableAvailable should also check if the table is Enabled after successful creation > ----------------------------------------------------------------------------------------------- > > Key: HBASE-8193 > URL: https://issues.apache.org/jira/browse/HBASE-8193 > Project: HBase > Issue Type: Improvement > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > > Currently HBaseAdmin.isTableAvailable() only checks in META to say if a table is available or not. It should also check with the zkTable state if it is ENABLED before returning true. -- This message was sent by Atlassian JIRA (v6.3.4#6332)