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

Ayush Saxena commented on HDFS-13842:
-------------------------------------

Test Failure is related,
Fix :
Remove L750-751 in {{TestRouterAdminCLI}} to prevent redundant addition of the 
same mount entry.

{code:java}
    argv = new String[] {"-add", src, nsId, dest};
    assertEquals(0, ToolRunner.run(admin, argv));
{code}



> RBF: Exceptions are conflicting when creating the same mount entry twice
> ------------------------------------------------------------------------
>
>                 Key: HDFS-13842
>                 URL: https://issues.apache.org/jira/browse/HDFS-13842
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: federation
>            Reporter: Soumyapn
>            Assignee: Ranith Sardar
>            Priority: Major
>              Labels: RBF
>         Attachments: HDFS-13842.patch
>
>
> Test Steps:
>  # Execute the command : hdfs dfsrouteradmin -add /apps7 hacluster /tmp7
>  # Execute the same command once again.
> Expected Result:
> User should get the message saying already the mount entry is present.
>  
> Actual Result:
> console message is displayed like below.
> "Cannot add destination at hacluster /tmp7
> Successfully added mount point /apps7"
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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

Reply via email to