RockteMQ-AI commented on issue #3304: URL: https://github.com/apache/rocketmq-dashboard/issues/3304#issuecomment-5550772339
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The Metrics Explorer spinner freeze is verified. The profile panels fetch data via `fetchMetrics` but the loading state is never cleared on success — `setLoading(false)` is missing from the resolution path, so the spinner persists indefinitely even after data arrives. **Root Cause:** Missing `setLoading(false)` in the successful fetch callback of the profile panels. **Impact:** Metrics Explorer profile panels are unusable — spinners freeze permanently after initial load. **Severity:** Medium PR #3299 addresses the fix. --- *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]
