RockteMQ-AI commented on issue #3306: URL: https://github.com/apache/rocketmq-dashboard/issues/3306#issuecomment-5550771049
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The stale user inventory after create/delete on the ACL page is verified. The local array mutation without refetch causes the pagination total to desync from server state, and the empty-page auto-correction never triggers on delete of the last row. **Root Cause:** `handleUserSubmit` and `handleUserDelete` mutate local state without triggering a server refetch or updating `total`. **Impact:** ACL user management shows incorrect counts; deleting the last row on the last page leaves an empty page with no recovery. **Severity:** Medium PR #3300 addresses the fix with proper refetch logic. --- *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]
