RockteMQ-AI commented on issue #1157: URL: https://github.com/apache/rocketmq-dashboard/issues/1157#issuecomment-5205856042
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue is valid. `RocketMQMessageProvider` records query history using the process-wide `rocketmq.namesrvAddr` instead of the selected instance's `instanceId`. In multi-instance deployments, query history is attributed to the wrong target, making audit trails unreliable. **Root Cause:** Query history persistence uses global config instead of request-scoped `instanceId`. **Impact:** Audit/trace history is incorrect in multi-instance deployments — operators see wrong instance attribution. **Severity:** Low-Medium — affects audit correctness, not runtime behavior. An automated fix proposal can be generated if the community confirms. 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]
