[ 
https://issues.apache.org/jira/browse/HDFS-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Arpit Agarwal updated HDFS-12579:
---------------------------------
       Resolution: Fixed
     Hadoop Flags: Reviewed
    Fix Version/s: 3.1.0
           Status: Resolved  (was: Patch Available)

Thanks for the contribution [~hanishakoneru].

> JournalNodeSyncer should use fromUrl field of EditLogManifestResponse to 
> construct servlet Url
> ----------------------------------------------------------------------------------------------
>
>                 Key: HDFS-12579
>                 URL: https://issues.apache.org/jira/browse/HDFS-12579
>             Project: Hadoop HDFS
>          Issue Type: Bug
>            Reporter: Hanisha Koneru
>            Assignee: Hanisha Koneru
>             Fix For: 3.1.0
>
>         Attachments: HDFS-12579.001.patch
>
>
> Currently in JournalNodeSyncer, we construct the remote JN http server url 
> using the JN host address and the http port that we get from the 
> {{GetEditLogManifestResponseProto}}.
> {code}
>           if (remoteJNproxy.httpServerUrl == null) {
>             remoteJNproxy.httpServerUrl = getHttpServerURI("http",
>                 remoteJNproxy.jnAddr.getHostName(), response.getHttpPort());
>           }
> {code}
> The correct way would be to get the http server url of the remote JN from the 
> {{fromUrl}} field of the {{GetEditLogManifestResponseProto}}. This would take 
> care of the http policy set on the remote JN as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

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

Reply via email to