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 2022/07/28 08:00:51 UTC

[GitHub] [ozone] ChenSammi commented on a diff in pull request #3615: HDDS-7023. Add CLI for reseting the expired deleted block txn

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


##########
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/audit/SCMAction.java:
##########
@@ -49,7 +49,8 @@ public enum SCMAction implements AuditAction {
   GET_CONTAINER_BALANCER_STATUS,
   GET_CONTAINER_WITH_PIPELINE_BATCH,
   ADD_SCM,
-  GET_REPLICATION_MANAGER_REPORT;
+  GET_REPLICATION_MANAGER_REPORT,
+  RENEW_DELETED_BLOCK_RETRY_COUNT;

Review Comment:
   Shall use reset here instead of renew to be consistent?  Actually, I think renew is more precise than reset. 



-- 
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: issues-unsubscribe@ozone.apache.org

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