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 BBF84178A0 for ; Fri, 1 May 2015 06:23:08 +0000 (UTC) Received: (qmail 59008 invoked by uid 500); 1 May 2015 06:23:08 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 58970 invoked by uid 500); 1 May 2015 06:23:08 -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 58959 invoked by uid 99); 1 May 2015 06:23:08 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 May 2015 06:23:08 +0000 Date: Fri, 1 May 2015 06:23:08 +0000 (UTC) From: "Hudson (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-13200) Improper configuration can leads to endless lease recovery during failover 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-13200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14522823#comment-14522823 ] Hudson commented on HBASE-13200: -------------------------------- SUCCESS: Integrated in HBase-0.98 #971 (See [https://builds.apache.org/job/HBase-0.98/971/]) HBASE-13200 Improper configuration can leads to endless lease recovery during failover (He Liangliang) (apurtell: rev 8cb976312869f3f0a794bf53be71ef5e07d79adb) * hbase-server/src/main/java/org/apache/hadoop/hbase/util/FSHDFSUtils.java > Improper configuration can leads to endless lease recovery during failover > -------------------------------------------------------------------------- > > Key: HBASE-13200 > URL: https://issues.apache.org/jira/browse/HBASE-13200 > Project: HBase > Issue Type: Bug > Components: MTTR > Reporter: He Liangliang > Assignee: He Liangliang > Fix For: 2.0.0, 0.98.13, 1.0.2, 1.2.0, 1.1.1 > > Attachments: HBASE-13200.patch > > > When a node (DN+RS) has machine/OS level failure, another RS will try to do lease recovery for the log file. It will retry for every hbase.lease.recovery.dfs.timeout (default to 61s) from the second time. When the hdfs configuration is not properly configured (e.g. socket connection timeout) and without patch HDFS-4721, the lease recovery time can exceeded the timeout specified by hbase.lease.recovery.dfs.timeout. This will lead to endless retries and preemptions until the final timeout. -- This message was sent by Atlassian JIRA (v6.3.4#6332)