You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2020/12/25 02:28:46 UTC

[GitHub] [ozone] captainzmc commented on a change in pull request #1735: HDDS-4623. Update CountQuota to NamesapceQuota

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org