[ 
https://issues.apache.org/jira/browse/HDFS-10496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15347785#comment-15347785
 ] 

Hudson commented on HDFS-10496:
-------------------------------

SUCCESS: Integrated in Hadoop-trunk-Commit #10014 (See 
[https://builds.apache.org/job/Hadoop-trunk-Commit/10014/])
HDFS-10496. DiskBalancer: ExecuteCommand checks planFile in a wrong way. (arp: 
rev d2ff793ae4788418116b64e7141e80897d4f9c24)
* 
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/server/diskbalancer/command/ExecuteCommand.java


> DiskBalancer: ExecuteCommand checks planFile in a wrong way
> -----------------------------------------------------------
>
>                 Key: HDFS-10496
>                 URL: https://issues.apache.org/jira/browse/HDFS-10496
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>          Components: balancer & mover, datanode
>    Affects Versions: HDFS-1312
>            Reporter: Lei (Eddy) Xu
>            Assignee: Lei (Eddy) Xu
>            Priority: Critical
>             Fix For: HDFS-1312
>
>         Attachments: HDFS-10496-HDFS-1312.001.patch, HDFS-10496.0.patch
>
>
> In {{ExecuteCommand#execute}}, it checks the plan file as 
> {code}
>  Preconditions.checkArgument(planFile == null || planFile.isEmpty(),
>         "Invalid plan file specified.");
> {code}
> Which stops the execution with a correct planFile argument.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to