RockteMQ-AI commented on issue #1457: URL: https://github.com/apache/rocketmq-dashboard/issues/1457#issuecomment-5240715583
**Issue Evaluation** Category: bug | Status: **Confirmed** Valid bug. The saved-settings flow fails entirely when audit recording fails, even though the settings themselves were persisted successfully. This couples a non-critical side-effect (audit logging) with the core operation. **Root Cause:** Audit recording failure propagates as an exception that rolls back or fails the entire save operation. **Impact:** Users cannot save settings when the audit system is temporarily unavailable. **Severity:** medium Fix: decouple audit recording from the save flow (async or try-catch with logging). --- *Automated evaluation by RockteMQ-AI* -- 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]
