Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id C4516200B38 for ; Fri, 24 Jun 2016 08:20:29 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id C2E1F160A6A; Fri, 24 Jun 2016 06:20:29 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 181C5160A69 for ; Fri, 24 Jun 2016 08:20:28 +0200 (CEST) Received: (qmail 76908 invoked by uid 500); 24 Jun 2016 06:20:23 -0000 Mailing-List: contact hdfs-issues-help@hadoop.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list hdfs-issues@hadoop.apache.org Received: (qmail 72888 invoked by uid 99); 24 Jun 2016 06:20:20 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2016 06:20:20 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id C0F872C1F60 for ; Fri, 24 Jun 2016 06:20:20 +0000 (UTC) Date: Fri, 24 Jun 2016 06:20:20 +0000 (UTC) From: "Hudson (JIRA)" To: hdfs-issues@hadoop.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (HDFS-10571) TestDiskBalancerCommand#testPlanNode failed with IllegalArgumentException MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Fri, 24 Jun 2016 06:20:30 -0000 [ https://issues.apache.org/jira/browse/HDFS-10571?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347797#comment-15347797 ] Hudson commented on HDFS-10571: ------------------------------- SUCCESS: Integrated in Hadoop-trunk-Commit #10014 (See [https://builds.apache.org/job/Hadoop-trunk-Commit/10014/]) HDFS-10571. TestDiskBalancerCommand#testPlanNode failed with (arp: rev b2584bee457192ea5789667c1317236f47fa6060) * hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/diskbalancer/command/TestDiskBalancerCommand.java > TestDiskBalancerCommand#testPlanNode failed with IllegalArgumentException > ------------------------------------------------------------------------- > > Key: HDFS-10571 > URL: https://issues.apache.org/jira/browse/HDFS-10571 > Project: Hadoop HDFS > Issue Type: Sub-task > Components: datanode > Reporter: Xiaobing Zhou > Assignee: Xiaobing Zhou > Attachments: HDFS-10571-HDFS-1312.000.patch, HDFS-10571-HDFS-1312.001.patch > > > TestDiskBalancerCommand#testPlanNode failed with IllegalArgumentException: > {noformat} > testPlanNode(org.apache.hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand) Time elapsed: 3.003 sec <<< ERROR! > java.lang.IllegalArgumentException: Unable to find the specified node. 5417cffa-1bec-4339-8837-1f7c7ba59664 > at org.apache.hadoop.hdfs.server.diskbalancer.command.PlanCommand.execute(PlanCommand.java:119) > at org.apache.hadoop.hdfs.tools.DiskBalancer.dispatch(DiskBalancer.java:472) > at org.apache.hadoop.hdfs.tools.DiskBalancer.run(DiskBalancer.java:188) > at org.apache.hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand.runCommand(TestDiskBalancerCommand.java:346) > at org.apache.hadoop.hdfs.server.diskbalancer.command.TestDiskBalancerCommand.testPlanNode(TestDiskBalancerCommand.java:283) > {noformat} > In TestDiskBalancerCommand#testPlanNode, here is incorrect, since the FS is set to be loaded from Json file. > {code} > final String planArg = String.format("-%s %s", PLAN, > cluster.getDataNodes().get(0).getDatanodeUuid()); > {code} > See the FS loading in TestDiskBalancerCommand#runCommand > {code} > FileSystem.setDefaultUri(conf, clusterJson); > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: hdfs-issues-unsubscribe@hadoop.apache.org For additional commands, e-mail: hdfs-issues-help@hadoop.apache.org