SaketaChalamchala commented on code in PR #8858:
URL: https://github.com/apache/ozone/pull/8858#discussion_r2305439699
##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/audit/OMSystemAction.java:
##########
@@ -22,7 +22,12 @@
* as present for request.
*/
public enum OMSystemAction implements AuditAction {
- STARTUP;
+ STARTUP,
+
+ //Background Deletion Actions
+ DIRECTORY_DELETION,
+ KEY_DELETION,
+ SNAPSHOT_DELETION;
Review Comment:
@sarvekshayr , It would also be beneficial to use more operation types to
track the full path of snapshot deletion SNAPSHOT_DELETION,
SNAPSHOT_MOVE_DEL_KEYS, SNAPSHOT_PURGE.
include the snapshot ID if the Key/Directory deletion was performed as part
of snapshot cleanup.
--
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]