justinmclean opened a new issue, #10219:
URL: https://github.com/apache/gravitino/issues/10219

   ### What would you like to be improved?
   
   SchemaOperations.dropSchema logs "Schema dropped" unconditionally, even when 
dispatcher.dropSchema(...) returns false. This creates incorrect success audit 
logs for failed (not-dropped) operations and can mislead operators.
   
   ### How should we improve?
   
   Make success logging conditional on the actual drop result. Keep the 
existing warning for when dropped is false, and only emit LOG.info("Schema 
dropped: ...") when dropped is true.


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

Reply via email to