yuluo-yx opened a new pull request, #2962:
URL: https://github.com/apache/rocketmq-dashboard/pull/2962

   Closes #2953
   
   Problem
   
   Some completed broker and notification operations call the common audit sink 
directly. An audit insert failure can then change a completed business action 
into an API or worker failure and invite unsafe retries.
   
   Change
   
   Contain mapper failures in the common audit service and retain an actionable 
warning log. Successful audit inserts are unchanged.
   
   Local verification
   
   - Maven OperationAuditServiceTest: 3 passed
   - Checkstyle: 0 violations
   - Java 21 compile: passed
   - Scope check: 2 files, 24 changed lines


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