Return-Path: Delivered-To: apmail-lucene-hadoop-dev-archive@locus.apache.org Received: (qmail 57512 invoked from network); 20 Jun 2007 22:35:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 20 Jun 2007 22:35:48 -0000 Received: (qmail 97439 invoked by uid 500); 20 Jun 2007 22:35:51 -0000 Delivered-To: apmail-lucene-hadoop-dev-archive@lucene.apache.org Received: (qmail 97191 invoked by uid 500); 20 Jun 2007 22:35:50 -0000 Mailing-List: contact hadoop-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hadoop-dev@lucene.apache.org Delivered-To: mailing list hadoop-dev@lucene.apache.org Received: (qmail 97181 invoked by uid 99); 20 Jun 2007 22:35:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 15:35:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 20 Jun 2007 15:35:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 1EE2C71418E for ; Wed, 20 Jun 2007 15:35:26 -0700 (PDT) Message-ID: <3686349.1182378926124.JavaMail.jira@brutus> Date: Wed, 20 Jun 2007 15:35:26 -0700 (PDT) From: "Michael Bieniosek (JIRA)" To: hadoop-dev@lucene.apache.org Subject: [jira] Resolved: (HADOOP-1510) java.io.IOException: Attempt to roll edit log but edits.new exists In-Reply-To: <8486959.1182378805917.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-1510?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Bieniosek resolved HADOOP-1510. --------------------------------------- Resolution: Invalid Oops, that would be a rogue secondary namenode. > java.io.IOException: Attempt to roll edit log but edits.new exists > ------------------------------------------------------------------ > > Key: HADOOP-1510 > URL: https://issues.apache.org/jira/browse/HADOOP-1510 > Project: Hadoop > Issue Type: Bug > Components: dfs > Affects Versions: 0.13.0 > Environment: linux > Reporter: Michael Bieniosek > > I updated to hadoop-0.13, deleted the dfs/ directory, formatted the namenode, and then brought the namenode up. Before any datanodes connected, I got this in my namenode log: > 2007-06-20 22:16:38,960 INFO org.apache.hadoop.ipc.Server: IPC Server handler 9 on 10000: starting > 2007-06-20 22:16:43,226 WARN org.apache.hadoop.dfs.StateChange: DIR* FSDirectory.unprotectedDelete: failed to re > move /hadoop/mapred/system because it does not exist > 2007-06-20 22:20:19,345 INFO org.apache.hadoop.fs.FSNamesystem: Roll Edit Log > 2007-06-20 22:25:19,440 INFO org.apache.hadoop.fs.FSNamesystem: Roll Edit Log > 2007-06-20 22:25:19,442 INFO org.apache.hadoop.ipc.Server: IPC Server handler 4 on 10000, call rollEditLog() fro > m x.x.44.136:35679: error: java.io.IOException: Attempt to roll edit log but edits.new exists > java.io.IOException: Attempt to roll edit log but edits.new exists > at org.apache.hadoop.dfs.FSEditLog.rollEditLog(FSEditLog.java:467) > at org.apache.hadoop.dfs.FSNamesystem.rollEditLog(FSNamesystem.java:3239) > at org.apache.hadoop.dfs.NameNode.rollEditLog(NameNode.java:544) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) > at java.lang.reflect.Method.invoke(Unknown Source) > at org.apache.hadoop.ipc.RPC$Server.call(RPC.java:341) > at org.apache.hadoop.ipc.Server$Handler.run(Server.java:573) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.