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 97B5D6FD3 for ; Mon, 23 May 2011 00:28:28 +0000 (UTC) Received: (qmail 82599 invoked by uid 500); 23 May 2011 00:28:28 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 82569 invoked by uid 500); 23 May 2011 00:28:28 -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 82560 invoked by uid 99); 23 May 2011 00:28:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 May 2011 00:28:28 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_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; Mon, 23 May 2011 00:28:27 +0000 Received: from hel.zones.apache.org (hel.zones.apache.org [140.211.11.116]) by hel.zones.apache.org (Postfix) with ESMTP id 6E2FDD8E08 for ; Mon, 23 May 2011 00:27:47 +0000 (UTC) Date: Mon, 23 May 2011 00:27:47 +0000 (UTC) From: "Matt Foley (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1841277662.34831.1306110467448.JavaMail.tomcat@hel.zones.apache.org> In-Reply-To: <329604580.5336.1305155987445.JavaMail.tomcat@hel.zones.apache.org> Subject: [jira] [Commented] (HDFS-1921) Save namespace can cause NN to be unable to come up on restart 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-1921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13037681#comment-13037681 ] Matt Foley commented on HDFS-1921: ---------------------------------- Committed to v22. Thanks, Aaron and Todd, for the reviews and help! > Save namespace can cause NN to be unable to come up on restart > -------------------------------------------------------------- > > Key: HDFS-1921 > URL: https://issues.apache.org/jira/browse/HDFS-1921 > Project: Hadoop HDFS > Issue Type: Bug > Affects Versions: 0.22.0, 0.23.0 > Reporter: Aaron T. Myers > Assignee: Matt Foley > Priority: Blocker > Fix For: 0.22.0, 0.23.0 > > Attachments: hdfs-1505-1-test.txt, hdfs-1921-2.patch, hdfs-1921-2_v22.patch, hdfs-1921.txt, hdfs1921_v23.patch, hdfs1921_v23.patch > > > I discovered this in the course of trying to implement a fix for HDFS-1505. > Per the comment for {{FSImage.saveNamespace(...)}}, the algorithm for save namespace proceeds in the following order: > # rename current to lastcheckpoint.tmp for all of them, > # save image and recreate edits for all of them, > # rename lastcheckpoint.tmp to previous.checkpoint. > The problem is that step 3 occurs regardless of whether or not an error occurs for all storage directories in step 2. Upon restart, the NN will see non-existent or corrupt {{current}} directories, and no {{lastcheckpoint.tmp}} directories, and so will conclude that the storage directories are not formatted. > This issue appears to be present on both 0.22 and 0.23. This should arguably be a 0.22/0.23 blocker. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira