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 BF7BC115CE for ; Wed, 23 Apr 2014 20:14:31 +0000 (UTC) Received: (qmail 17052 invoked by uid 500); 23 Apr 2014 20:14:26 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 16982 invoked by uid 500); 23 Apr 2014 20:14:24 -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 16871 invoked by uid 99); 23 Apr 2014 20:14:21 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 23 Apr 2014 20:14:21 +0000 Date: Wed, 23 Apr 2014 20:14:21 +0000 (UTC) From: "Kihwal Lee (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (HDFS-3103) HA NN should be able to handle some cases of storage dir recovery on start 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-3103?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Kihwal Lee updated HDFS-3103: ----------------------------- Target Version/s: 3.0.0 (was: 0.24.0, 0.23.4) Affects Version/s: (was: 0.23.3) (was: 0.24.0) 2.0.5-alpha > HA NN should be able to handle some cases of storage dir recovery on start > -------------------------------------------------------------------------- > > Key: HDFS-3103 > URL: https://issues.apache.org/jira/browse/HDFS-3103 > Project: Hadoop HDFS > Issue Type: Improvement > Components: ha, namenode > Affects Versions: 2.0.5-alpha > Reporter: Todd Lipcon > > As a shortcut in developing HA, we elected not to deal with the case of storage directory recovery while HA is enabled. But there are many cases where we can and should handle it. For example, if the user configures two local dirs and one shared dir, but one of the local dirs is empty at startup, we should be able to re-format the empty dir from the other local dir. -- This message was sent by Atlassian JIRA (v6.2#6252)