RockteMQ-AI commented on issue #1218:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/1218#issuecomment-5212672031

   **Issue Evaluation**
   
   Category: `bug` | Status: **Confirmed**
   
   The reported issue is valid. `RocketMQDLQProvider#buildDLQGroup` catches 
`examineTopicStats` failures and leaves the message count at zero, making the 
DLQ appear `EMPTY`. This is indistinguishable from a genuinely empty DLQ, 
hiding ACL, network, or broker failures from the control-plane UI.
   
   **Root Cause:** Exception in topic-stats query is swallowed; zero-count 
default masks the failure.
   **Impact:** Operators cannot distinguish "no dead letters" from "could not 
check dead letters", leading to false confidence in message processing health.
   **Severity:** medium
   
   The proposed approach — preserving empty DLQ as `EMPTY` while marking failed 
queries as unavailable — correctly separates the two states.
   
   *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]

Reply via email to