Return-Path: Delivered-To: apmail-hbase-issues-archive@www.apache.org Received: (qmail 86818 invoked from network); 22 Mar 2011 19:26:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 22 Mar 2011 19:26:46 -0000 Received: (qmail 98334 invoked by uid 500); 22 Mar 2011 19:26:46 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 98301 invoked by uid 500); 22 Mar 2011 19:26:46 -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 98293 invoked by uid 99); 22 Mar 2011 19:26:46 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 19:26:46 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Mar 2011 19:26:43 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 3183C42A81 for ; Tue, 22 Mar 2011 19:26:06 +0000 (UTC) Date: Tue, 22 Mar 2011 19:26:06 +0000 (UTC) From: "Jean-Daniel Cryans (JIRA)" To: issues@hbase.apache.org Message-ID: <1891007171.4457.1300821966199.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <1771506091.4442.1300821605667.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HBASE-3687) Bulk assign on startup should handle a ServerNotRunningException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HBASE-3687?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13009797#comment-13009797 ] Jean-Daniel Cryans commented on HBASE-3687: ------------------------------------------- +1, please fix the indentation on commit. > Bulk assign on startup should handle a ServerNotRunningException > ---------------------------------------------------------------- > > Key: HBASE-3687 > URL: https://issues.apache.org/jira/browse/HBASE-3687 > Project: HBase > Issue Type: Bug > Reporter: stack > Assignee: stack > Fix For: 0.90.2 > > Attachments: 3687.txt > > > On startup, we do bulk assign. At the moment, if any problem during bulk assign, we consider startup failed and expectation is that you need to retry (We need to make this better but that is not what this issue is about). One exception that we should handle is the case where a RS is slow coming up and its rpc is not yet up listening. In this case it will throw: ServerNotRunningException. We should retry at least this one exception during bulk assign. > We had this happen to us starting up a prod cluster. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira