xichen01 commented on code in PR #7837:
URL: https://github.com/apache/ozone/pull/7837#discussion_r1947496955
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/OzoneManager.java:
##########
@@ -4978,6 +4983,12 @@ private String reconfOzoneKeyDeletingLimitPerTask(String
newVal) {
return newVal;
}
+ private String reconfigureAllowListAllVolumes(String newVal) {
Review Comment:
If the user deletes that configuration in the config file, should we set
that configuration to the default value (I think newVal will be “” in this
case)?
--
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]