sodonnel commented on a change in pull request #2615:
URL: https://github.com/apache/ozone/pull/2615#discussion_r705234998
##########
File path:
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java
##########
@@ -419,9 +419,7 @@ private OzoneManager(OzoneConfiguration conf, StartupOption
startupOption)
}
loginOMUserIfSecurityEnabled(conf);
-
- this.allowListAllVolumes = conf.getBoolean(OZONE_OM_VOLUME_LISTALL_ALLOWED,
- OZONE_OM_VOLUME_LISTALL_ALLOWED_DEFAULT);
+ setInstanceVariablesFromConf();
Review comment:
Ah, you are correct. Well spotted. I have fixed this and pushed another
commit.
--
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]