RockteMQ-AI commented on issue #1568: URL: https://github.com/apache/rocketmq-dashboard/issues/1568#issuecomment-5248863615
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The Overview page always displays `healthyClusters === totalClusters` because the dashboard derives the healthy count from the same `brokerServers` map without checking individual broker health status. **Root Cause:** `healthyClusters` is computed as a copy of `totalClusters` rather than being derived from actual broker health checks. **Severity:** Medium — misleading operational visibility; operators cannot detect unhealthy clusters from the dashboard. An automated fix proposal can be generated. 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]
