ChenSammi commented on code in PR #7104:
URL: https://github.com/apache/ozone/pull/7104#discussion_r1743312217
##########
hadoop-ozone/interface-client/src/main/proto/OmClientProtocol.proto:
##########
@@ -151,6 +151,8 @@ enum Type {
ListOpenFiles = 132;
QuotaRepair = 133;
GetServerDefaults = 134;
+ QuotaRepairStatus = 135;
Review Comment:
QuotaRepairStatus -> getQuotaRepairStatus
QuotaRepairTrigger -> startQuotaRepair
Most command enum names follow the "action" + "target" pattern. Let's keep
the same pattern. Please also rename the request and response message name
accordingly.
--
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]