RockteMQ-AI commented on issue #2755: URL: https://github.com/apache/rocketmq-dashboard/issues/2755#issuecomment-5463476906
**Issue Evaluation** Category: `bug` | Status: **Likely Valid** The issue description is detailed and describes a plausible race condition in request deduplication logic. **Analysis:** If the instance list service uses a deduplication key based only on query type and search text (without including the data mode), switching between Mock and Real modes during a pending request could indeed cause the wrong data source to be used. **Impact:** Users may briefly see data from the wrong source (Mock vs Real) when switching modes while queries are in-flight. **Severity:** Low-Medium - UI consistency issue, no data corruption. **Recommended Fix:** Include the captured data mode in the deduplication key, and ensure the fetch uses the same captured mode value. Note: Full verification requires access to the service implementation source code. The issue author has indicated they will work on this. --- *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]
