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 4E0ECD776 for ; Wed, 11 Jul 2012 14:04:40 +0000 (UTC) Received: (qmail 477 invoked by uid 500); 11 Jul 2012 14:04:38 -0000 Delivered-To: apmail-hadoop-hdfs-issues-archive@hadoop.apache.org Received: (qmail 190 invoked by uid 500); 11 Jul 2012 14:04:38 -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 99609 invoked by uid 99); 11 Jul 2012 14:04:36 -0000 Received: from issues-vm.apache.org (HELO issues-vm) (140.211.11.160) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Jul 2012 14:04:36 +0000 Received: from isssues-vm.apache.org (localhost [127.0.0.1]) by issues-vm (Postfix) with ESMTP id C8B47142861 for ; Wed, 11 Jul 2012 14:04:35 +0000 (UTC) Date: Wed, 11 Jul 2012 14:04:35 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: <1363779238.35334.1342015475823.JavaMail.jiratomcat@issues-vm> In-Reply-To: <546347299.31500.1341953795042.JavaMail.jiratomcat@issues-vm> Subject: [jira] [Commented] (HDFS-3629) fix the typo in the error message about inconsistent storage layout version 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-3629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13411521#comment-13411521 ] Hudson commented on HDFS-3629: ------------------------------ Integrated in Hadoop-Mapreduce-trunk #1133 (See [https://builds.apache.org/job/Hadoop-Mapreduce-trunk/1133/]) HDFS-3629. Fix the typo in the error message about inconsistent storage layout version. Contributed by Brandon Li. (harsh) (Revision 1359905) Result = SUCCESS harsh : http://svn.apache.org/viewcvs.cgi/?root=Apache-SVN&view=rev&rev=1359905 Files : * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/CHANGES.txt * /hadoop/common/trunk/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/namenode/NNStorage.java > fix the typo in the error message about inconsistent storage layout version > --------------------------------------------------------------------------- > > Key: HDFS-3629 > URL: https://issues.apache.org/jira/browse/HDFS-3629 > Project: Hadoop HDFS > Issue Type: Bug > Components: name-node > Affects Versions: 2.0.0-alpha > Reporter: Brandon Li > Assignee: Brandon Li > Priority: Trivial > Fix For: 2.0.1-alpha > > Attachments: HDFS-3629.patch > > > Brahma Reddy Battula pointed out a typo in the following error message: > {noformat} > if (multipleLV) { > throw new IOException( > "Storage directories containe multiple layout versions: " > + layoutVersions); > {noformat} -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira