RockteMQ-AI commented on issue #1161: URL: https://github.com/apache/rocketmq-dashboard/issues/1161#issuecomment-5205855197
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue is valid. `RocketMQMessageProvider` catches Admin and pull-consumer failures during Key and Topic time-range message queries and returns empty lists, making the API respond with success even when the instance is unavailable. **Root Cause:** Exception handling in message query paths silently converts failures to empty results. **Impact:** Users cannot distinguish between "no matching messages" and "query failed" — may miss critical messages during incident investigation. **Severity:** Medium — operational reliability concern. An automated fix proposal can be generated if the community confirms. Reply `/approve` to proceed with PR generation. --- *Automated evaluation by github-manager* -- 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]
