Return-Path: Delivered-To: apmail-hadoop-core-dev-archive@www.apache.org Received: (qmail 32364 invoked from network); 12 Dec 2008 01:04:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Dec 2008 01:04:13 -0000 Received: (qmail 46215 invoked by uid 500); 12 Dec 2008 01:04:20 -0000 Delivered-To: apmail-hadoop-core-dev-archive@hadoop.apache.org Received: (qmail 46176 invoked by uid 500); 12 Dec 2008 01:04:20 -0000 Mailing-List: contact core-dev-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: core-dev@hadoop.apache.org Delivered-To: mailing list core-dev@hadoop.apache.org Received: (qmail 46165 invoked by uid 99); 12 Dec 2008 01:04:20 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2008 17:04:20 -0800 X-ASF-Spam-Status: No, hits=-4.0 required=10.0 tests=RCVD_IN_DNSWL_MED 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, 12 Dec 2008 01:04:05 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 80A92234C399 for ; Thu, 11 Dec 2008 17:03:44 -0800 (PST) Message-ID: <1067917807.1229043824525.JavaMail.jira@brutus> Date: Thu, 11 Dec 2008 17:03:44 -0800 (PST) From: "Chris Douglas (JIRA)" To: core-dev@hadoop.apache.org Subject: [jira] Updated: (HADOOP-4728) Tests for NameNode -checkpoint option with different configurations In-Reply-To: <148004077.1227657224539.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-4728?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Chris Douglas updated HADOOP-4728: ---------------------------------- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Available) +1 Looks good I just committed this. Thanks, Boris > Tests for NameNode -checkpoint option with different configurations > -------------------------------------------------------------------- > > Key: HADOOP-4728 > URL: https://issues.apache.org/jira/browse/HADOOP-4728 > Project: Hadoop Core > Issue Type: Test > Affects Versions: 0.20.0 > Reporter: Boris Shkolnik > Assignee: Boris Shkolnik > Priority: Minor > Fix For: 0.20.0 > > Attachments: HADOOP-4728-1.patch, HADOOP-4728-2.patch, HADOOP-4728-3.patch, HADOOP-4728-4.patch, HADOOP-4728.patch > > > here are the tests: > id : secnn-4 > Desc : Start SecondaryNameNode first before starting NameNode > Expected > results : Secondary namenode should fail to start > --------------------------------- > id : secnn-6 > Desc : Configure NameNode with dfs.name.dir and dfs.name.edits.dir pointing to different directories. Make sure the directories are empty. > Use default configuration for fs.checkpoint.dir and fs.checkpoint.edits.dir pointing to same directory. > Start NameNode using -importCheckpoint. > Expected > results : Name-node should import image and edits into different directories. > --------------------------------- > id : secnn-7 > Desc : Start NameNode. > Configure SecondaryNameNode with fs.checkpoint.dir and fs.checkpoint.edits.dir pointing to different directories. > Start SecondaryNameNode. > Expected > results : Secondary name-node should download edits and create the image in different directories. > ---------------------------- > id : secnn-8 > Desc : Configure NameNode with dfs.name.dir and dfs.name.edits.dir pointing to different directories. Make sure the directories are empty. > Configure fs.checkpoint.dir and fs.checkpoint.edits.dir pointing to different (same as in secnn-7) directories. > Start NameNode using -importCheckpoint. > Expected > Results : Name-node should import image and edits into different directories. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.