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

Jason Lowe commented on HDFS-9049:
----------------------------------

This was committed accidentally to branch-3 instead of branch-3.0, so I picked 
this change over to branch-3.0 for its inclusion in the 3.0.1 release.

> Make Datanode Netty reverse proxy port to be configurable
> ---------------------------------------------------------
>
>                 Key: HDFS-9049
>                 URL: https://issues.apache.org/jira/browse/HDFS-9049
>             Project: Hadoop HDFS
>          Issue Type: Bug
>          Components: datanode
>            Reporter: Vinayakumar B
>            Assignee: Vinayakumar B
>            Priority: Major
>             Fix For: 3.1.0, 2.10.0, 2.9.1, 3.0.1, 2.8.4
>
>         Attachments: HDFS-9049-01.patch, HDFS-9049-02.patch, 
> HDFS-9049-03.patch, HDFS-9049-04.patch
>
>
> In DatanodeHttpServer.java Netty is used as reverse proxy. But uses random 
> port to start with binding to localhost. This port can be made configurable 
> for better deployments.
> {code}
>  HttpServer2.Builder builder = new HttpServer2.Builder()
>         .setName("datanode")
>         .setConf(confForInfoServer)
>         .setACL(new AccessControlList(conf.get(DFS_ADMIN, " ")))
>         .hostName(getHostnameForSpnegoPrincipal(confForInfoServer))
>         .addEndpoint(URI.create("http://localhost:0";))
>         .setFindPort(true);
> {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