RockteMQ-AI commented on issue #2732: URL: https://github.com/apache/rocketmq-dashboard/issues/2732#issuecomment-5459690441
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue describes a race condition where rapid double-clicks on export buttons can trigger duplicate download requests before React loading state updates. This is a valid UI/UX bug that affects data export functionality. **Root Cause:** Missing synchronous request ownership guards in asset and Grafana export handlers **Impact:** Export functionality (asset downloads and Grafana dashboard exports) **Severity:** medium The proposed solution using ref-backed ownership guards is appropriate for preventing duplicate operations while preserving independent concurrent exports for different rows. --- *Automated evaluation by github-manager-bot* -- 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]
