Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 65297 invoked from network); 11 Jul 2008 22:35:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Jul 2008 22:35:25 -0000 Received: (qmail 50814 invoked by uid 500); 11 Jul 2008 22:35:24 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 50802 invoked by uid 500); 11 Jul 2008 22:35:24 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 50791 invoked by uid 99); 11 Jul 2008 22:35:24 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 15:35:24 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Jul 2008 22:34:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2A819234C16C for ; Fri, 11 Jul 2008 15:34:33 -0700 (PDT) Message-ID: <1263797095.1215815673173.JavaMail.jira@brutus> Date: Fri, 11 Jul 2008 15:34:33 -0700 (PDT) From: "dhruba borthakur (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Commented: (HADOOP-3677) Problems with generation stamp upgrade In-Reply-To: <1593061290.1214940525079.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HADOOP-3677?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12613011#action_12613011 ] dhruba borthakur commented on HADOOP-3677: ------------------------------------------ Hi Raghu, I am perfectly ok with the fix you are proposing. Thanks for taking this up. > Problems with generation stamp upgrade > -------------------------------------- > > Key: HADOOP-3677 > URL: https://issues.apache.org/jira/browse/HADOOP-3677 > Project: Hadoop Core > Issue Type: Bug > Components: dfs > Affects Versions: 0.18.0 > Reporter: Konstantin Shvachko > Assignee: dhruba borthakur > Priority: Blocker > Fix For: 0.18.0 > > > # The generation stamp upgrade renames blocks' meta-files so that the name contains the block generation stamp as stated in HADOOP-2656. > If a data-node has blocks that do not belong to any files and the name-node asks the data-node to remove those blocks > during or before the upgrade started the data-node will remove the blocks but not the meta-files because their names > are still in the old format which is not recognized by the new code. So we can end up with a number of garbage files which > will be hard to recognize that they are unused and the system will never remove them automatically. > I think this should be handled by the upgrade code in the end, but may be it will be right to fix HADOOP-3002 for the 0.18 release, > which will avoid scheduling block removal when the name-node is in safe-mode. > # I was not able to get the upgrade -force option to work. This option lets the name-node proceed with a distributed upgrade even if > the data-nodes are not able to complete their local upgrades. Did we test this feature at all for the generation stamp upgrade? -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.