sumitagrawl commented on code in PR #6949:
URL: https://github.com/apache/ozone/pull/6949#discussion_r1692553250


##########
hadoop-ozone/ozone-manager/src/main/java/org/apache/hadoop/ozone/protocolPB/OzoneManagerProtocolServerSideTranslatorPB.java:
##########
@@ -218,6 +219,7 @@ private OMResponse internalProcessRequest(OMRequest 
request) throws
         this.lastRequestToSubmit = requestToSubmit;
       } catch (IOException ex) {
         if (omClientRequest != null) {
+          OMAuditLogger.log(omClientRequest.getAuditBuilder());

Review Comment:
   For pre-execute, audit log message is build inside the pre-execute handler 
where its required for IOException. We are not logging all failure in 
pre-execute, like authorization and others. So kept similar behavior.



-- 
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]

Reply via email to