RockteMQ-AI commented on issue #2643: URL: https://github.com/apache/rocketmq-dashboard/issues/2643#issuecomment-5444633125
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a well-documented bug in the trace query history feature. The issue is clear: **Root Cause:** The custom trace topic selection is not persisted in the browser's localStorage/sessionStorage, causing it to reset to the default "RMQ_SYS_TRACE_TOPIC" when the page is refreshed or revisited. **Impact:** Users who rely on custom trace topics for debugging must manually re-select their topic every time they access the trace query page, reducing productivity and potentially causing confusion. **Severity:** Medium - affects usability but doesn't break core functionality. **Suggested Fix:** Store the selected custom trace topic in localStorage and restore it on page load. This should be a straightforward fix in the trace query component. 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]
