RockteMQ-AI commented on issue #4552: URL: https://github.com/apache/rocketmq-dashboard/issues/4552#issuecomment-5727767823
## 🔍 Issue Evaluation Thank you for this issue. Here's our automated analysis: **Category:** bug **Status:** confirmed **Severity:** high **Brief analysis:** Verified in `ToolAuditFilter.java:41-46`: the mutation handler runs first via `chain.proceed()`, then `auditService.record()` is called for the `SUCCESS` entry. If `record()` throws, the exception propagates through `ToolExecutionService` (converted to `UNEXPECTED_EXECUTION_FAILURE`) and `McpToolRegistrar.callTool()` returns `isError=true`, even though the underlying mutation already succeeded. This creates a false failure signal and risks duplicate retries. --- *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]
