You are viewing a plain text version of this content. The canonical link for it is here.
Posted to hdfs-dev@hadoop.apache.org by "Hanisha Koneru (JIRA)" <ji...@apache.org> on 2017/10/02 22:59:00 UTC

[jira] [Created] (HDFS-12579) JournalNodeSyncer should use fromUrl field of EditLogManifestResponse to construct servlet Url

Hanisha Koneru created HDFS-12579:
-------------------------------------

             Summary: 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


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: hdfs-dev-unsubscribe@hadoop.apache.org
For additional commands, e-mail: hdfs-dev-help@hadoop.apache.org