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 52BAF9E81 for ; Sat, 21 Jul 2012 11:53:37 +0000 (UTC) Received: (qmail 74909 invoked by uid 500); 21 Jul 2012 11:53:37 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 74726 invoked by uid 500); 21 Jul 2012 11:53:36 -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 74687 invoked by uid 99); 21 Jul 2012 11:53:35 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Jul 2012 11:53:35 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id 29029141BF8 for ; Sat, 21 Jul 2012 11:53:35 +0000 (UTC) Date: Sat, 21 Jul 2012 11:53:35 +0000 (UTC) From: "ramkrishna.s.vasudevan (JIRA)" To: issues@hbase.apache.org Message-ID: <498943247.85811.1342871615169.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Created] (HBASE-6437) Avoid admin.balance during master initialize MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 ramkrishna.s.vasudevan created HBASE-6437: --------------------------------------------- Summary: Avoid admin.balance during master initialize Key: HBASE-6437 URL: https://issues.apache.org/jira/browse/HBASE-6437 Project: HBase Issue Type: Bug Reporter: ramkrishna.s.vasudevan Assignee: ramkrishna.s.vasudevan Fix For: 0.92.2, 0.96.0, 0.94.2 In HBASE-5850 many of the admin operations have been blocked till the master initializes. But the balancer is not. So this JIRA is to extend the PleaseHoldException in case of admin.balance() call before master is initialized. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira