[
https://issues.apache.org/jira/browse/HDFS-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Hanisha Koneru updated HDFS-12579:
----------------------------------
Attachment: HDFS-12579.001.patch
> 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
> 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]