Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 22596 invoked from network); 11 Nov 2008 23:06:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Nov 2008 23:06:35 -0000 Received: (qmail 9007 invoked by uid 500); 11 Nov 2008 23:06:42 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 8855 invoked by uid 500); 11 Nov 2008 23:06:42 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 8844 invoked by uid 99); 11 Nov 2008 23:06:42 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 15:06:42 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Nov 2008 23:05:30 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 51E30234C293 for ; Tue, 11 Nov 2008 15:05:44 -0800 (PST) Message-ID: <1676227979.1226444744334.JavaMail.jira@brutus> Date: Tue, 11 Nov 2008 15:05:44 -0800 (PST) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Resolved: (HBASE-678) hbase needs a 'safe-mode' In-Reply-To: <535107581.1213136385076.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-678?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman resolved HBASE-678. --------------------------------- Resolution: Fixed All tasks completed. Resolving issue. > hbase needs a 'safe-mode' > ------------------------- > > Key: HBASE-678 > URL: https://issues.apache.org/jira/browse/HBASE-678 > Project: Hadoop HBase > Issue Type: Improvement > Reporter: stack > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.19.0 > > > Internally we have a cluster of thousands of regions. We just did a hbase restart w/ master on new node. Just so happened that one of the regionservers was running extra slow (was downloaded by other processes). Meant that its portion of the assigments was taking a long time to come up... While these regions were stuck in deploy mode, the cluster is not useable. > We need a sort of 'safe-mode' in hbase where clients fail if they try to attach to a cluster not yet fully up. UI should show when all assignments have been successfully made so admin can at least see when they have a problematic regionserver in their midst. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.