RockteMQ-AI commented on issue #1476: URL: https://github.com/apache/rocketmq-dashboard/issues/1476#issuecomment-5240688914
**Issue Evaluation** Category: `bug` | Status: **Confirmed** The issue is valid. NameServer config drift checks are currently cluster-scoped without instance context, which means they always resolve against the default runtime context. When multiple instances are configured, this produces incorrect drift results. **Root Cause:** `NameServerConfigDiffService` does not accept `instanceId`; the API endpoint and UI also lack instance selection. **Impact:** Drift detection results are wrong when non-default instances are in use. **Severity:** medium --- *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]
