RockteMQ-AI commented on issue #2145: URL: https://github.com/apache/rocketmq-dashboard/issues/2145#issuecomment-5286418674
**Issue Evaluation** Category: `bug` | Status: **Confirmed** This is a valid bug. The producer connection summary applies text normalization (trim) for duplicate detection but uses the original untrimmed values for unique counts, causing inconsistency between the unique client/address counts and the duplicate lists. **Root Cause:** Inconsistent normalization — trim is applied for duplicate set membership but not for unique count set construction. **Impact:** Dashboard displays misleading metrics when client IDs or addresses differ only by surrounding whitespace. **Severity:** medium An automated fix proposal will be generated. Reply `/approve` to proceed with PR generation. --- *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]
