smengcl commented on code in PR #8906:
URL: https://github.com/apache/ozone/pull/8906#discussion_r2393233456
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/snapshot/OMSnapshotSetPropertyRequest.java:
##########
@@ -52,34 +56,56 @@
public class OMSnapshotSetPropertyRequest extends OMClientRequest {
private static final Logger LOG =
LoggerFactory.getLogger(OMSnapshotSetPropertyRequest.class);
+ private static final AuditLogger AUDIT = new
AuditLogger(AuditLoggerType.OMSYSTEMLOGGER);
+ private static final String AUDIT_PARAM_SNAPSHOT_DB_KEY = "snapshotDBKey";
+ private static final String AUDIT_PARAM_SNAPSHOT_EXCLUSIVE_SIZE =
"snapshotExclusiveSize";
+ private static final String AUDIT_PARAM_SNAPSHOT_EXCLUSIVE_REPL_SIZE =
"snapshotExclusiveReplicatedSize";
+ private static final String AUDIT_PARAM_DEEP_CLEANED_DEL_DIR =
"deepCleanedDeletedDir";
+ private static final String AUDIT_PARAM_DEEP_CLEANED_DEL_KEY =
"deepCleanedDeletedKey";
Review Comment:
nit
```suggestion
private static final String AUDIT_PARAM_DEEP_CLEAN_DEL_DIR =
"deepCleanDeletedDir";
private static final String AUDIT_PARAM_DEEP_CLEAN_DEL_KEY =
"deepCleanDeletedKey";
```
--
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]