RockteMQ-AI commented on issue #4878: URL: https://github.com/apache/rocketmq-dashboard/issues/4878#issuecomment-5771976120
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported cache invalidation issue is valid. The inflight map deduplicates concurrent list requests but mutations never invalidate it, causing stale data to be served after create/delete operations. **Root Cause:** Inflight cache is not invalidated on mutations. **Impact:** UI shows stale instance list after create/delete operations. **Severity:** Medium An automated fix proposal may be generated. Reply `/approve` to proceed with PR generation. --- *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]
