babumahesh commented on PR #10665: URL: https://github.com/apache/gravitino/pull/10665#issuecomment-4180276149
@justinmclean Introduced dispatchEventSafe() as a wrapper around dispatchEvent(). This ensures event/listener exceptions are swallowed (and logged) during event dispatch, preventing them from masking the original failure. This behavior now applies to all failure events such as removeGroupEvent, AddUserFailureEvent, RemoveUserFailureEvent, ListUserNamesFailureEvent, etc., and is handled in this PR. Could you please review and let me know if it's appropriate to apply this universally, or if it should be limited to specific cases like RemoveGroup where it is explicitly required. -- 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]
