adoroszlai commented on code in PR #3615:
URL: https://github.com/apache/ozone/pull/3615#discussion_r928621843


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/scm/client/ScmClient.java:
##########
@@ -360,6 +360,12 @@ StartContainerBalancerResponseProto startContainerBalancer(
    */
   List<String> getScmRatisRoles() throws IOException;
 
+  /**
+   * Renew the expired deleted block retry count.
+   * @throws IOException
+   */
+  int renewDeletedBlockRetryCount(List<Long> txIDs) throws IOException;

Review Comment:
   Usually commands are in verb form: e.g. `... key put`, `... volume create`, 
instead of `... key putter`, `... volume creator`.
   
   So I think `ozone admin scm reset-deleted-block-retry-count` would be better.



-- 
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]

Reply via email to