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

Hadoop QA commented on HDFS-14079:
----------------------------------

| (x) *{color:red}-1 overall{color}* |
\\
\\
|| Vote || Subsystem || Runtime || Comment ||
| {color:blue}0{color} | {color:blue} reexec {color} | {color:blue}  0m  
0s{color} | {color:blue} Docker mode activated. {color} |
| {color:red}-1{color} | {color:red} patch {color} | {color:red}  0m  8s{color} 
| {color:red} HDFS-14079 does not apply to HDFS-13891. Rebase required? Wrong 
Branch? See https://wiki.apache.org/hadoop/HowToContribute for help. {color} |
\\
\\
|| Subsystem || Report/Notes ||
| JIRA Issue | HDFS-14079 |
| JIRA Patch URL | 
https://issues.apache.org/jira/secure/attachment/12949647/HDFS-14079-HDFS-13891.02.patch
 |
| Console output | 
https://builds.apache.org/job/PreCommit-HDFS-Build/27070/console |
| Powered by | Apache Yetus 0.8.0   http://yetus.apache.org |


This message was automatically generated.



> RBF: RouterAdmin should have failover concept for router
> --------------------------------------------------------
>
>                 Key: HDFS-14079
>                 URL: https://issues.apache.org/jira/browse/HDFS-14079
>             Project: Hadoop HDFS
>          Issue Type: Sub-task
>    Affects Versions: 3.1.1
>            Reporter: Surendra Singh Lilhore
>            Assignee: Surendra Singh Lilhore
>            Priority: Major
>         Attachments: HDFS-14079-HDFS-13891.01.patch, 
> HDFS-14079-HDFS-13891.02.patch
>
>
> Currenlty {{RouterAdmin}} connect with only one router for admin operation, 
> if the configured router is down then router admin command is failing. It 
> should allow to configure all the router admin address.
> {code}
>     // Initialize RouterClient
>     try {
>       String address = getConf().getTrimmed(
>           RBFConfigKeys.DFS_ROUTER_ADMIN_ADDRESS_KEY,
>           RBFConfigKeys.DFS_ROUTER_ADMIN_ADDRESS_DEFAULT);
>       InetSocketAddress routerSocket = NetUtils.createSocketAddr(address);
>       client = new RouterClient(routerSocket, getConf());
>     } catch (RPC.VersionMismatch v) {
>       System.err.println(
>           "Version mismatch between client and server... command aborted");
>       return exitCode;
>     }
> {code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

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

Reply via email to