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 91363FB7D for ; Fri, 22 Mar 2013 19:55:18 +0000 (UTC) Received: (qmail 52960 invoked by uid 500); 22 Mar 2013 19:55:18 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 52926 invoked by uid 500); 22 Mar 2013 19:55:18 -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 52917 invoked by uid 99); 22 Mar 2013 19:55:18 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 22 Mar 2013 19:55:18 +0000 Date: Fri, 22 Mar 2013 19:55:18 +0000 (UTC) From: "Jimmy Xiang (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HBASE-8144) Limit number of attempts to assign a region 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-8144?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jimmy Xiang updated HBASE-8144: ------------------------------- Status: Patch Available (was: Open) > Limit number of attempts to assign a region > ------------------------------------------- > > Key: HBASE-8144 > URL: https://issues.apache.org/jira/browse/HBASE-8144 > Project: HBase > Issue Type: Bug > Components: Region Assignment > Reporter: Jimmy Xiang > Assignee: Jimmy Xiang > Priority: Minor > Fix For: 0.95.0, 0.98.0 > > Attachments: trunk-8144.patch, trunk-8144_v2.patch > > > In sending a region open request to a region server, we make sure we try at most some configured times. However, once the request is accepted by the region server, the region could go through this transition forever: failed_open (in ZK) => closed => opening => failed_open (in ZK), assuming no RPC/network issue. > It will be good to break the loop and limit the number of tries and move the region to failed_open state (will be introduced in HBASE-8137) -- 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