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 72DEED2F2 for ; Fri, 5 Oct 2012 00:38:12 +0000 (UTC) Received: (qmail 20786 invoked by uid 500); 5 Oct 2012 00:38:12 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 20742 invoked by uid 500); 5 Oct 2012 00:38:12 -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 20730 invoked by uid 99); 5 Oct 2012 00:38:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Oct 2012 00:38:12 +0000 Date: Fri, 5 Oct 2012 11:38:11 +1100 (NCT) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: <774029975.3424.1349397492014.JavaMail.jiratomcat@arcas> In-Reply-To: <1929080056.29550.1346651827441.JavaMail.jiratomcat@arcas> Subject: [jira] [Commented] (HBASE-6713) Stopping META/ROOT RS may take 50mins when some region is 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:comment-tabpanel&focusedCommentId=13469916#comment-13469916 ] Hudson commented on HBASE-6713: ------------------------------- Integrated in HBase-0.94-security-on-Hadoop-23 #8 (See [https://builds.apache.org/job/HBase-0.94-security-on-Hadoop-23/8/]) HBASE-6713 Stopping META/ROOT RS may take 50mins when some region is splitting (Chunhui) (Revision 1382163) Result = FAILURE tedyu : Files : * /hbase/branches/0.94/src/main/java/org/apache/hadoop/hbase/regionserver/HRegionServer.java > Stopping META/ROOT RS may take 50mins when some region is 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.2, 0.96.0 > > Attachments: 6713.92-94, 6713v3.patch, HBASE-6713.patch, HBASE-6713v2.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