sumitagrawl commented on code in PR #7104:
URL: https://github.com/apache/ozone/pull/7104#discussion_r1744737342
##########
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/OmUtils.java:
##########
@@ -279,6 +279,8 @@ public static boolean isReadOnly(
case PrintCompactionLogDag:
case GetSnapshotInfo:
case GetServerDefaults:
+ case GetQuotaRepairStatus:
+ case StartQuotaRepair:
Review Comment:
It trigger a repair activity, but not directly a write operation to ratis
--> and as part of this, it further trigger a write operation to ratis based on
repair to be done.
Since can not be submitted to Ratis as no direct write action, so path of
Read is followed.
This is similar to "RangerBGSync", "SnapshotDiff" where trigger happens.
--
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]