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

   ### What would you like to be improved?
   
   dropMetalake logs a success message ("Metalake dropped: {}") even when the 
drop operation returns false. The endpoint response correctly reports 
dropped=false, but the unconditional success log can create misleading signals 
and hide real failures during troubleshooting.
   
   ### How should we improve?
   
   Make success logging conditional on the drop result. Keep the existing 
warning (or use an error/warn) when dropped is false, and only emit "Metalake 
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