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 5029ADB87 for ; Fri, 24 Aug 2012 00:22:44 +0000 (UTC) Received: (qmail 19814 invoked by uid 500); 24 Aug 2012 00:22:43 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 19759 invoked by uid 500); 24 Aug 2012 00:22:43 -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 19666 invoked by uid 99); 24 Aug 2012 00:22:43 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Aug 2012 00:22:43 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 2453E2C0A76 for ; Fri, 24 Aug 2012 00:22:43 +0000 (UTC) Date: Fri, 24 Aug 2012 11:22:43 +1100 (NCT) From: "Matt Foley (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <155885759.8515.1345767763149.JavaMail.jiratomcat@arcas> Subject: [jira] [Closed] (HDFS-978) Record every new block allocation of a file into the transaction log. 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/HDFS-978?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matt Foley closed HDFS-978. --------------------------- Closing on release of 1.1.0. > Record every new block allocation of a file into the transaction log. > --------------------------------------------------------------------- > > Key: HDFS-978 > URL: https://issues.apache.org/jira/browse/HDFS-978 > Project: Hadoop HDFS > Issue Type: Improvement > Components: name-node > Reporter: dhruba borthakur > Assignee: Todd Lipcon > > HDFS should record every new block allocation (of a file) into its transaction logs. In the current code, block allocations are persisted only when a file is closed or hflush-ed. This feature will enable HDFS writers to survive namenode restarts. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira