RockteMQ-AI commented on issue #1723: URL: https://github.com/apache/rocketmq-dashboard/issues/1723#issuecomment-5252974330
## Issue Evaluation Category: `type/bug` | Status: **Confirmed** The issue is valid. When the user switches instances on the ACL page, the component does not reset its local state (selected user, form data, pagination). This causes stale data from the previous instance to be displayed or submitted against the new instance. **Root Cause:** Missing `useEffect` cleanup or key-based remount when the selected instance changes. **Impact:** Data integrity risk — ACL operations could target the wrong instance. **Severity:** Medium The proposed fix (reset page state on instance change) is straightforward. A fix PR can be generated. Reply `/approve` to proceed. --- *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]
