bharatviswa504 commented on a change in pull request #703: HDDS-1371. Download
RocksDB checkpoint from OM Leader to Follower.
URL: https://github.com/apache/hadoop/pull/703#discussion_r275588755
##########
File path: hadoop-hdds/common/src/main/resources/ozone-default.xml
##########
@@ -597,6 +597,18 @@
ozone.om.http-address.
</description>
</property>
+ <property>
+ <name>ozone.om.http.policy</name>
+ <value>HTTP_ONLY</value>
+ <tag>OM, MANAGEMENT</tag>
Review comment:
Just want to tag this:
As OzoneManagerHttpServer uses BaseHttpServer, and that uses dfs.http.policy
to find when it should use http/httpsAddress.
With this newly added property, we should pass this policy when
OzoneManagerHtttpServer is started, to updateConnectorAddress during httpServer
Start.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]