[
https://issues.apache.org/jira/browse/HDFS-12579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16219816#comment-16219816
]
Hudson commented on HDFS-12579:
-------------------------------
FAILURE: Integrated in Jenkins build Hadoop-trunk-Commit #13138 (See
[https://builds.apache.org/job/Hadoop-trunk-Commit/13138/])
HDFS-12579. JournalNodeSyncer should use fromUrl field of (arp: rev
7da15eac7abe59f446b184aa1766bbfd3a19db4e)
* (edit)
hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/qjournal/server/JournalNodeSyncer.java
> 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]