RockteMQ-AI commented on issue #4597: URL: https://github.com/apache/rocketmq-dashboard/issues/4597#issuecomment-5749422006
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue has been verified against the codebase. **Root Cause:** When switching NameServer instances, the Topic page does not reset its search text or re-fetch data. The cached route and previous instance's search state persist because the component's local state is not cleared on instance change. **Impact:** After switching instances, users see stale search results from the previous instance, leading to confusion about the current instance's topic inventory. **Severity:** Low — UI state inconsistency; no data loss. **Assessment:** The fix should reset the search text and trigger a fresh data fetch when the active NameServer instance changes. This is consistent with the fix pattern in #4596 (Clients 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]
