[
https://issues.apache.org/jira/browse/HDFS-13815?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16604579#comment-16604579
]
Hudson commented on HDFS-13815:
-------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #14881 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/14881/])
HDFS-13815. RBF: Add check to order command. Contributed by Ranith (yqlin: rev
9315db5f5da09c2ef86be168465c16932afa2d85)
* (edit)
hadoop-hdfs-project/hadoop-hdfs-rbf/src/main/java/org/apache/hadoop/hdfs/tools/federation/RouterAdmin.java
* (edit)
hadoop-hdfs-project/hadoop-hdfs-rbf/src/test/java/org/apache/hadoop/hdfs/server/federation/router/TestRouterAdminCLI.java
> RBF: Add check to order command
> -------------------------------
>
> Key: HDFS-13815
> URL: https://issues.apache.org/jira/browse/HDFS-13815
> Project: Hadoop HDFS
> Issue Type: Bug
> Components: federation
> Affects Versions: 3.0.0
> Reporter: Soumyapn
> Assignee: Ranith Sardar
> Priority: Major
> Attachments: HDFS-13815-001.patch, HDFS-13815-002.patch,
> HDFS-13815-003.patch, HDFS-13815-004.patch, HDFS-13815-005.patch,
> HDFS-13815-006.patch, HDFS-13815-007.patch, HDFS-13815-008.patch,
> HDFS-13815-009.patch, HDFS-13815-010.patch, HDFS-13815-011.patch
>
>
> No check being done on order command.
> It says successfully updated mount table if we don't specify order command
> and it is not updated in mount table
> Execute the dfsrouter update command with the below scenarios.
> 1. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 RANDOM
> 2. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -or RANDOM
> 3. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -ord RANDOM
> 4. ./hdfs dfsrouteradmin -update /apps3 hacluster,ns2 /tmp6 -orde RANDOM
>
> The console message says, Successfully updated mount point. But it is not
> updated in the mount table.
>
> Expected Result:
> Exception on console as the order command is missing/not written properl
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]