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 08479DB43 for ; Wed, 13 Mar 2013 17:46:17 +0000 (UTC) Received: (qmail 5368 invoked by uid 500); 13 Mar 2013 17:46:16 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 5329 invoked by uid 500); 13 Mar 2013 17:46:16 -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 5320 invoked by uid 99); 13 Mar 2013 17:46:16 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 13 Mar 2013 17:46:16 +0000 Date: Wed, 13 Mar 2013 17:46:16 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-8066) Provide Admin.isTableAvailable() for a given table along with splitkeys 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-8066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13601418#comment-13601418 ] Hudson commented on HBASE-8066: ------------------------------- Integrated in HBase-TRUNK #3954 (See [https://builds.apache.org/job/HBase-TRUNK/3954/]) HBASE-8066 - Provide Admin.isTableAvailable() for a given table along with splitkeys(Ram) (Revision 1455958) Result = FAILURE ramkrishna : Files : * /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HBaseAdmin.java * /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnection.java * /hbase/trunk/hbase-client/src/main/java/org/apache/hadoop/hbase/client/HConnectionManager.java * /hbase/trunk/hbase-server/src/test/java/org/apache/hadoop/hbase/client/TestAdmin.java > Provide Admin.isTableAvailable() for a given table along with splitkeys > ----------------------------------------------------------------------- > > Key: HBASE-8066 > URL: https://issues.apache.org/jira/browse/HBASE-8066 > Project: HBase > Issue Type: Improvement > Components: Client > Affects Versions: 0.95.0 > Reporter: ramkrishna.s.vasudevan > Assignee: ramkrishna.s.vasudevan > Priority: Minor > Fix For: 0.95.0, 0.98.0 > > Attachments: HBASE-8066_1.patch, HBASE-8066.patch > > > As part of HBASE-5583 if the master reboots during creation of table there is a chance that the table gets created with partial split keys. This api helps to check if the table was created with the required number of splitkeys. -- 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