You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Soumyapn (JIRA)" <ji...@apache.org> on 2018/08/10 03:36:00 UTC

[jira] [Created] (HDFS-13815) No check being done on order command. It says successfully updated mount table If we dont specify order command and it is updated in mount table

Soumyapn created HDFS-13815:
-------------------------------

             Summary: No check being done on order command. It says successfully updated mount table If we dont specify order command and it is updated in mount table
                 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


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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org