sokui commented on code in PR #3185:
URL: https://github.com/apache/ozone/pull/3185#discussion_r867383173
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManagerStarter.java:
##########
@@ -51,6 +52,8 @@ public class OzoneManagerStarter extends GenericCli {
LoggerFactory.getLogger(OzoneManagerStarter.class);
public static void main(String[] args) throws Exception {
+ FlexibleFQDNResolution.disableJvmNetworkAddressCacheIfRequired(
+ new OzoneConfiguration());
Review Comment:
yeah. I think I tried that before. It is too late
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/StorageContainerManagerStarter.java:
##########
@@ -56,6 +57,8 @@ public class StorageContainerManagerStarter extends
GenericCli {
LoggerFactory.getLogger(StorageContainerManagerStarter.class);
public static void main(String[] args) {
+ FlexibleFQDNResolution.disableJvmNetworkAddressCacheIfRequired(
+ new OzoneConfiguration());
Review Comment:
same as above
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]