You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2021/09/09 10:01:32 UTC

[GitHub] [ozone] bharatviswa504 commented on a change in pull request #2615: HDDS-5717. Refactor TestOzoneManagerListVolumes to reuse mini-ozone clusters

bharatviswa504 commented on a change in pull request #2615:
URL: https://github.com/apache/ozone/pull/2615#discussion_r705180816



##########
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:
       Minor: Similarly do we need  to remove isAclEnabled from OzoneManager L440




-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org