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 001DBDD2A for ; Mon, 3 Sep 2012 19:21:07 +0000 (UTC) Received: (qmail 13027 invoked by uid 500); 3 Sep 2012 19:21:07 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 12996 invoked by uid 500); 3 Sep 2012 19:21:07 -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 12986 invoked by uid 99); 3 Sep 2012 19:21:07 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Sep 2012 19:21:07 +0000 Date: Tue, 4 Sep 2012 06:21:07 +1100 (NCT) From: "Lars Hofhansl (JIRA)" To: issues@hbase.apache.org Message-ID: <1369068787.31000.1346700067741.JavaMail.jiratomcat@arcas> In-Reply-To: <1929080056.29550.1346651827441.JavaMail.jiratomcat@arcas> Subject: [jira] [Updated] (HBASE-6713) Stopping meta/root RS may take 50mins when it is in region-splitting 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-6713?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Lars Hofhansl updated HBASE-6713: --------------------------------- Fix Version/s: 0.94.3 Targeting 0.94.3 for now. If that gets done before 0.94.2 I'll pull it in. > Stopping meta/root RS may take 50mins when it is in region-splitting > -------------------------------------------------------------------- > > Key: HBASE-6713 > URL: https://issues.apache.org/jira/browse/HBASE-6713 > Project: HBase > Issue Type: Bug > Components: regionserver > Affects Versions: 0.94.1 > Reporter: chunhui shen > Assignee: chunhui shen > Fix For: 0.94.3 > > Attachments: HBASE-6713.patch > > > When we stop the RS carrying ROOT/META, if it is in the splitting for some region, the whole stopping process may take 50 mins. > The reason is : > 1.ROOT/META region is closed when stopping the regionserver > 2.The Split Transaction failed updating META and it will retry > 3.The retry num is 100, and the total time is about 50 mins as default; > This configuration is set by HConnectionManager#setServerSideHConnectionRetries > I think 50 mins is too long to acceptable, my suggested solution is closing MetaTable regions after the compact/split thread is closed -- 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