RockteMQ-AI commented on issue #11166: URL: https://github.com/apache/rocketmq/issues/11166#issuecomment-5711071593
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug in the tiered store dispatch metrics. The issue correctly identifies that `ConsumeQueueException` is silently ignored in the metrics collection path, leading to inaccurate dispatch metrics. **Root Cause:** The exception handler in the metrics dispatch path does not properly account for `ConsumeQueueException`, causing these failures to be silently dropped from metrics. **Impact:** Tiered storage dispatch metrics are incomplete, affecting monitoring and alerting accuracy. **Severity:** Medium - affects observability of the tiered storage subsystem. **Assessment:** The fix should ensure all exception types are properly counted in the dispatch metrics, including `ConsumeQueueException`. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *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]
