whbing commented on code in PR #5186:
URL: https://github.com/apache/ozone/pull/5186#discussion_r1308354092
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/upgrade/QuotaRepairUpgradeAction.java:
##########
@@ -35,7 +35,8 @@ public class QuotaRepairUpgradeAction implements
OmUpgradeAction {
@Override
public void execute(OzoneManager arg) throws Exception {
boolean enabled = arg.getConfiguration().getBoolean(
- OMConfigKeys.OZONE_OM_UPGRADE_QUOTA_RECALCULATE_ENABLE, false);
Review Comment:
> yes, we can set default as true. I was thinking if not configured, then go
with false, but this can be changed.
@sumitagrawl `true` in ozone-default.xml will take effect if ozone-site.xml
not configured. So, I just set the value of
OZONE_OM_UPGRADE_QUOTA_RECALCULATE_ENABLE to true to avoid misleading.
--
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]