RockteMQ-AI commented on issue #2452: URL: https://github.com/apache/rocketmq-dashboard/issues/2452#issuecomment-5358521686
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The Ops page initializes configuration availability to `false` and renders the unsupported warning immediately before the async config check completes. This causes: 1. A flash of false "unsupported capability" warning during page load 2. Network failures permanently displayed as "unsupported" rather than "failed to load" **Root Cause:** No tri-state handling (loading / loaded / failed) for configuration availability — the initial `false` value is indistinguishable from a confirmed "unsupported" result. **Impact:** Users see misleading warnings during normal page load; network errors are permanently misclassified. **Severity:** medium The fix should introduce a loading state and distinguish between "not yet loaded", "confirmed unsupported", and "load failed". --- *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]
