RockteMQ-AI commented on issue #1478: URL: https://github.com/apache/rocketmq-dashboard/issues/1478#issuecomment-5240686897
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported stale-state issue is valid. When the connection fetch fails, the UI retains data from the previously selected instance, which is misleading. The fix should clear `connections`, `selectedConnection`, and the cluster filter in the error handler of the fetch call. **Root Cause:** Error handler in `ClientsPage` only sets `loadError` without resetting dependent state. **Impact:** Users see stale connection data from a different instance after a failed load. **Severity:** medium --- *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]
