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 5A88110E68 for ; Mon, 9 Dec 2013 15:46:26 +0000 (UTC) Received: (qmail 86484 invoked by uid 500); 9 Dec 2013 15:46:24 -0000 Delivered-To: apmail-hbase-issues-archive@hbase.apache.org Received: (qmail 85603 invoked by uid 500); 9 Dec 2013 15:46: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 85070 invoked by uid 99); 9 Dec 2013 15:46:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 09 Dec 2013 15:46:13 +0000 Date: Mon, 9 Dec 2013 15:46:13 +0000 (UTC) From: "Ted Yu (JIRA)" To: issues@hbase.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HBASE-10000) Initiate lease recovery for outstanding WAL files at the very beginning of recovery 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-10000?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13843246#comment-13843246 ] Ted Yu commented on HBASE-10000: -------------------------------- I believe the test failure is tackled by HBASE-10101 > Initiate lease recovery for outstanding WAL files at the very beginning of recovery > ----------------------------------------------------------------------------------- > > Key: HBASE-10000 > URL: https://issues.apache.org/jira/browse/HBASE-10000 > Project: HBase > Issue Type: Improvement > Reporter: Ted Yu > Assignee: Ted Yu > Fix For: 0.98.1 > > Attachments: 10000-0.96-v5.txt, 10000-recover-ts-with-pb-2.txt, 10000-recover-ts-with-pb-3.txt, 10000-recover-ts-with-pb-4.txt, 10000-recover-ts-with-pb-5.txt, 10000-recover-ts-with-pb-6.txt, 10000-v4.txt, 10000-v5.txt, 10000-v6.txt > > > At the beginning of recovery, master can send lease recovery requests concurrently for outstanding WAL files using a thread pool. > Each split worker would first check whether the WAL file it processes is closed. > Thanks to Nicolas Liochon and Jeffery discussion with whom gave rise to this idea. -- This message was sent by Atlassian JIRA (v6.1.4#6159)