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 "Y. SREENIVASULU REDDY (JIRA)" <ji...@apache.org> on 2018/05/17 04:06:00 UTC

[jira] [Created] (HDFS-13577) RBF: Failed mount point operations, returns wrong exit code.

Y. SREENIVASULU REDDY created HDFS-13577:
--------------------------------------------

             Summary: RBF: Failed mount point operations, returns wrong exit code.
                 Key: HDFS-13577
                 URL: https://issues.apache.org/jira/browse/HDFS-13577
             Project: Hadoop HDFS
          Issue Type: Sub-task
            Reporter: Y. SREENIVASULU REDDY


If client is performed add mount point with some special character, mount point add is failed.

And prints the message like
{noformat}
18/05/17 09:58:34 DEBUG ipc.ProtobufRpcEngine: Call: addMountTableEntry took 19ms Cannot add mount point /testSpecialCharMountPointCreation/test/
{noformat}
In the above case it should return the exist code is non zero value.
{code:java|title=RouterAdmin.java|borderStyle=solid}
Exception debugException = null;
exitCode = 0;
try {
if ("-add".equals(cmd)) {
if (addMount(argv, i)) {
System.out.println("Successfully added mount point " + argv[i]);
}
{code}
we should handle this kind of cases also.



--
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