jasonosullivan34 commented on code in PR #9258:
URL: https://github.com/apache/ozone/pull/9258#discussion_r2517772338
##########
hadoop-hdds/server-scm/src/main/java/org/apache/hadoop/hdds/scm/server/SCMClientProtocolServer.java:
##########
@@ -1081,6 +1081,16 @@ public ReplicationManagerReport
getReplicationManagerReport() {
return scm.getReplicationManager().getContainerReport();
}
+ @Override
+ public ReplicationManagerReport checkContainerStatus(
+ ContainerInfo containerInfo) throws IOException {
+ AUDIT.logReadSuccess(buildAuditMessageForSuccess(
+ SCMAction.CHECK_CONTAINER_STATUS, null));
Review Comment:
Does this audit log need to be moved after the action has been performed? It
could be misleading if something were to break but we have a successful audit
log
--
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]