Return-Path: Delivered-To: apmail-hadoop-hbase-dev-archive@minotaur.apache.org Received: (qmail 89236 invoked from network); 11 Feb 2009 18:29:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 18:29:26 -0000 Received: (qmail 74978 invoked by uid 500); 11 Feb 2009 18:29:26 -0000 Delivered-To: apmail-hadoop-hbase-dev-archive@hadoop.apache.org Received: (qmail 74949 invoked by uid 500); 11 Feb 2009 18:29:26 -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 74938 invoked by uid 99); 11 Feb 2009 18:29:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 10:29:25 -0800 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; Wed, 11 Feb 2009 18:29:24 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id E4EA4234C48D for ; Wed, 11 Feb 2009 10:29:03 -0800 (PST) Message-ID: <208588352.1234376943936.JavaMail.jira@brutus> Date: Wed, 11 Feb 2009 10:29:03 -0800 (PST) From: "Jean-Daniel Cryans (JIRA)" To: hbase-dev@hadoop.apache.org Subject: [jira] Created: (HBASE-1195) If HBase directory exisits but version file is inexistent, still proceed with bootstrapping MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org If HBase directory exisits but version file is inexistent, still proceed with bootstrapping ------------------------------------------------------------------------------------------- Key: HBASE-1195 URL: https://issues.apache.org/jira/browse/HBASE-1195 Project: Hadoop HBase Issue Type: Improvement Components: master Reporter: Jean-Daniel Cryans Assignee: Jean-Daniel Cryans Priority: Minor Fix For: 0.20.0 On the dev list I suggested we change the way we manage the empty HBase directory case. Stack answered: {quote} Yes. In fact, its probably safe-to-do now we've left far behind the pre-history versions of hbase where there was no hbase.version file in the hbase.rootdir. If absent, lets proceed and just write it rather than treat it as a non-migrated instance {quote} -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.