RockteMQ-AI commented on issue #4596: URL: https://github.com/apache/rocketmq-dashboard/issues/4596#issuecomment-5749422966
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue has been verified against the codebase. **Root Cause:** When switching NameServer instances, the Clients page does not reset its text search or type filter. The component's local filter state persists across instance switches, showing stale filtered results from the previous NameServer. **Impact:** After switching NameServers, users see filtered client results that don't match the current instance, leading to confusion about connected clients. **Severity:** Low — UI state inconsistency; no data loss. **Assessment:** The fix should reset the search text and type filter when the active NameServer changes, and trigger a fresh data fetch. This is the same pattern as #4597 (Topic page). A fix PR is welcome. --- *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]
