smengcl commented on code in PR #8906:
URL: https://github.com/apache/ozone/pull/8906#discussion_r2393263032
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/om/request/snapshot/OMSnapshotMoveDeletedKeysRequest.java:
##########
@@ -49,20 +44,6 @@
*/
public class OMSnapshotMoveDeletedKeysRequest extends OMClientRequest {
- private static final AuditLogger AUDIT = new
AuditLogger(AuditLoggerType.OMSYSTEMLOGGER);
- private static final String AUDIT_PARAM_FROM_SNAPSHOT_ID = "fromSnapshotId";
- private static final String AUDIT_PARAM_FROM_SNAPSHOT_TABLE_KEY =
"fromSnapshotTableKey";
- private static final String AUDIT_PARAM_NEXT_SNAPSHOT_ID = "nextSnapshotId";
- private static final String AUDIT_PARAM_NEXT_SNAPSHOT_TABLE_KEY =
"nextSnapshotTableKey";
- private static final String AUDIT_PARAM_KEYS_MOVED = "keysMoved";
- private static final String AUDIT_PARAM_RENAMED_KEYS_MOVED =
"renamedKeysMoved";
- private static final String AUDIT_PARAM_DIRS_MOVED = "dirsMoved";
- private static final String AUDIT_PARAM_RECLAIM_KEYS = "reclaimKeys";
- private static final String AUDIT_PARAM_KEYS_MOVED_LIST = "keysMovedList";
- private static final String AUDIT_PARAM_RENAMED_KEYS_LIST =
"renamedKeysList";
- private static final String AUDIT_PARAM_DIRS_MOVED_LIST = "dirsMovedList";
- private static final String AUDIT_PARAM_RECLAIM_KEYS_LIST =
"reclaimKeysList";
Review Comment:
These are to remove potential excessive logging in #8858 ?
--
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]