captainzmc commented on a change in pull request #1735:
URL: https://github.com/apache/ozone/pull/1735#discussion_r548780848
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneBucket.java
##########
@@ -432,7 +432,7 @@ public void clearSpaceQuota() throws IOException {
*
* @throws IOException
*/
- public void clearCountQuota() throws IOException {
+ public void clearNamespaceQuota() throws IOException {
Review comment:
The method description also needs to be update.
##########
File path:
hadoop-ozone/client/src/main/java/org/apache/hadoop/ozone/client/OzoneVolume.java
##########
@@ -300,7 +300,7 @@ public void clearSpaceQuota() throws IOException {
*
* @throws IOException
*/
- public void clearCountQuota() throws IOException {
+ public void clearNamespaceQuota() throws IOException {
Review comment:
Same as above
##########
File path:
hadoop-ozone/tools/src/main/java/org/apache/hadoop/ozone/shell/ClearSpaceQuotaOptions.java
##########
@@ -30,14 +30,14 @@
@CommandLine.Option(names = {"--namespace-quota"},
description = "clear count quota")
Review comment:
update description.
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]