RockteMQ-AI commented on issue #2226: URL: https://github.com/apache/rocketmq-dashboard/issues/2226#issuecomment-5301302971
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue has been verified against the current codebase. **Root Cause:** When a LiteTopic quota refresh partially fails, the old quota entries are not cleared. Subsequent queries return stale quota data, allowing over-allocation or incorrect quota enforcement. **Impact:** LiteTopic quota management — partial refresh failures leave stale quota state, potentially causing incorrect quota enforcement. **Severity:** Medium — affects quota accuracy after partial failures; self-heals on next successful full refresh. **Proposed fix:** Clear stale LiteTopic quota entries when a partial refresh failure is detected. Ensure that only successfully refreshed entries are retained. Add unit tests covering partial refresh failure scenarios. An automated fix proposal can be generated. Reply `/approve` to proceed with PR generation. --- *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]
