RockteMQ-AI commented on issue #2503: URL: https://github.com/apache/rocketmq-dashboard/issues/2503#issuecomment-5367863567
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The reported issue is valid. The recent queries feature in `web/src/pages/instance/message.tsx` uses a global localStorage key without instance scoping. When users switch instances, replaying a previous query silently targets the current instance with no visual indication of the original context. **Root Cause:** RecentQuery storage and deduplication signature do not include `instanceId`. **Impact:** Users working with multiple instances may unknowingly execute queries against the wrong instance. **Severity:** medium 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]
