Return-Path: X-Original-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Delivered-To: apmail-hadoop-hdfs-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2D54976E8 for ; Sat, 3 Sep 2011 00:31:38 +0000 (UTC) Received: (qmail 79370 invoked by uid 500); 3 Sep 2011 00:31:38 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 79338 invoked by uid 500); 3 Sep 2011 00:31:37 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hdfs-issues@hadoop.apache.org Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 79330 invoked by uid 99); 3 Sep 2011 00:31:37 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 00:31:37 +0000 X-ASF-Spam-Status: No, hits=-2000.5 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.116] (HELO hel.zones.apache.org) (140.211.11.116) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 00:31:35 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 07A6637604 for ; Sat, 3 Sep 2011 00:31:14 +0000 (UTC) Date: Sat, 3 Sep 2011 00:31:14 +0000 (UTC) From: "Suresh Srinivas (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <900105574.13471.1315009874028.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <993164.10531291066331206.JavaMail.jira@thor> Subject: [jira] [Updated] (HDFS-1520) HDFS 20 append: Lightweight NameNode operation to trigger lease recovery MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HDFS-1520?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Suresh Srinivas updated HDFS-1520: ---------------------------------- Fix Version/s: 0.20.205.0 I committed the patch to 0.20-security branch. > HDFS 20 append: Lightweight NameNode operation to trigger lease recovery > ------------------------------------------------------------------------ > > Key: HDFS-1520 > URL: https://issues.apache.org/jira/browse/HDFS-1520 > Project: Hadoop HDFS > Issue Type: New Feature > Components: name-node > Affects Versions: 0.20-append > Reporter: Hairong Kuang > Assignee: Hairong Kuang > Fix For: 0.20-append, 0.20.205.0 > > Attachments: HDFS-1520.20-security.1.patch, recoverLeaseApache20.patch > > > Currently HBase uses append to trigger the close of HLog during Hlog split. Append is a very expensive operation, which involves not only NameNode operations but creating a writing pipeline. If one of datanodes on the pipeline has a problem, this recovery may takes minutes. I'd like implement a lightweight NameNode operation to trigger lease recovery and make HBase to use this instead. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira