Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@locus.apache.org Received: (qmail 95091 invoked from network); 21 Mar 2008 19:55:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2008 19:55:26 -0000 Received: (qmail 7819 invoked by uid 500); 21 Mar 2008 19:55:22 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 7637 invoked by uid 500); 21 Mar 2008 19:55:22 -0000 Mailing-List: contact hbase-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: hbase-dev@hadoop.apache.org Delivered-To: mailing list hbase-dev@hadoop.apache.org Received: (qmail 7607 invoked by uid 99); 21 Mar 2008 19:55:22 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 12:55:22 -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, 21 Mar 2008 19:54:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 2148C234C0B6 for ; Fri, 21 Mar 2008 12:53:28 -0700 (PDT) Message-ID: <19205501.1206129208135.JavaMail.jira@brutus> Date: Fri, 21 Mar 2008 12:53:28 -0700 (PDT) From: "Jim Kellerman (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Assigned: (HBASE-537) We no longer wait on hdfs to exit safe mode In-Reply-To: <504924020.1206074605839.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/HBASE-537?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jim Kellerman reassigned HBASE-537: ----------------------------------- Assignee: Jim Kellerman > We no longer wait on hdfs to exit safe mode > ------------------------------------------- > > Key: HBASE-537 > URL: https://issues.apache.org/jira/browse/HBASE-537 > Project: Hadoop HBase > Issue Type: Bug > Affects Versions: 0.1.0 > Reporter: stack > Assignee: Jim Kellerman > Priority: Blocker > Fix For: 0.1.0 > > > We used wait on hdfs to exit safe mode before going on to startup hbase but this feature is broken since we moved out of hadoop contrib. Now when you try start with hdfs in safe mode you get: > {code} > 08/03/21 04:39:56 FATAL hbase.HMaster: Not starting HMaster because: > org.apache.hadoop.ipc.RemoteException: org.apache.hadoop.dfs.SafeModeException: Cannot create directory /hbase010. Name node is in safe mode. > Safe mode will be turned off automatically. > at org.apache.hadoop.dfs.FSNamesystem.mkdirsInternal(FSNamesystem.java:1571) > at org.apache.hadoop.dfs.FSNamesystem.mkdirs(FSNamesystem.java:1559) > at org.apache.hadoop.dfs.NameNode.mkdirs(NameNode.java:422) > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) > at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) > {code} > If you are lucky, it appears on STDOUT/ERR but may just be stuffed into logs and all looks like its running properly. > Noticed first by Lars George. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.