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 AA333DB3E for ; Fri, 2 Nov 2012 21:14:12 +0000 (UTC) Received: (qmail 53115 invoked by uid 500); 2 Nov 2012 21:14:12 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 53087 invoked by uid 500); 2 Nov 2012 21:14:12 -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 53077 invoked by uid 99); 2 Nov 2012 21:14:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 Nov 2012 21:14:12 +0000 Date: Fri, 2 Nov 2012 21:14:12 +0000 (UTC) From: "Tsz Wo (Nicholas), SZE (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1039371872.63027.1351890852445.JavaMail.jiratomcat@arcas> In-Reply-To: <1293417085.139.1344357370923.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3771) Namenode can't restart due to corrupt edit logs, timing issue with shutdown and edit log rolling 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-3771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13489758#comment-13489758 ] Tsz Wo (Nicholas), SZE commented on HDFS-3771: ---------------------------------------------- > No, this should happen automatically with the current trunk code ... Do you mean HDFS-2093? HDFS-2093 is also in 0.23. It seems that HDFS-2093 does not solve the problem. > Namenode can't restart due to corrupt edit logs, timing issue with shutdown and edit log rolling > ------------------------------------------------------------------------------------------------ > > Key: HDFS-3771 > URL: https://issues.apache.org/jira/browse/HDFS-3771 > Project: Hadoop HDFS > Issue Type: Bug > Components: name-node > Affects Versions: 0.23.3, 2.0.0-alpha > Environment: QE, 20 node Federated cluster with 3 NNs and 15 DNs, using Kerberos based security > Reporter: patrick white > Priority: Critical > > Our 0.23.3 nightly HDFS regression suite encountered a particularly nasty issue recently, which resulted in the cluster's default Namenode being unable to restart, this was on a 20 node Federated cluster with security. The cause appears to be that the NN was just starting to roll its edit log when a shutdown occurred, the shutdown was intentional to restart the cluster as part of an automated test. > The tests that were running do not appear to be the issue in themselves, the cluster was just wrapping up an adminReport subset and this failure case has not reproduce so far, nor was it failing previously. It looks like a chance occurrence of sending the shutdown just as the edit log roll was begun. > From the NN log, the following sequence is noted: > 1. an InvalidateBlocks operation had completed > 2. FSNamesystem: Roll Edit Log from [Secondary Namenode IPaddr] > 3. FSEditLog: Ending log segment 23963 > 4. FSEditLog: Starting log segment at 23967 > 4. NameNode: SHUTDOWN_MSG > => the NN shuts down and then is restarted... > 5. FSImageTransactionalStorageInspector: Logs beginning at txid 23967 were are all in-progress > 6. FSImageTransactionalStorageInspector: Marking log at /grid/[PATH]/edits_inprogress_0000000000000023967 as corrupt since it has no transactions in it. > 7. NameNode: Exception in namenode join [main]java.lang.IllegalStateException: No non-corrupt logs for txid 23967 > => NN start attempts continue to cycle trying to restart but can't, failing on the same exception due to lack of non-corrupt edit logs > If observations are correct and issue is from shutdown happening as edit logs are rolling, does the NN have an equivalent to the conventional fs 'sync' blocking action that should be called, or perhaps has a timing hole? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira