RockteMQ-AI commented on issue #4262: URL: https://github.com/apache/rocketmq-dashboard/issues/4262#issuecomment-5650133153
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** `handleExportUsers` in `UserManagement.tsx` builds its export query from the live `search` state instead of the debounced `debouncedSearch`. This causes the CSV export to use a different query than what the visible table was loaded with. **Impact:** Silent data inconsistency — exported CSV may contain rows for a query the operator never saw displayed, which is especially problematic for audit/compliance use cases. **Severity:** medium A fix PR (#4263) is already linked. Thank you for the thorough analysis and sibling-page comparison. --- *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]
