yuluo-yx opened a new issue, #2465: URL: https://github.com/apache/rocketmq-dashboard/issues/2465
## Problem\n\nNameServer configuration comparison deduplicates addresses with case-sensitive string equality. A declared address such as NS.EXAMPLE.COM:9876 and an endpoint address such as ns.example.com:9876 are the same DNS node but are probed twice and inflate node counts.\n\n## Expected behavior\n\nDeduplicate simple DNS host-and-port addresses using a case-insensitive hostname key while preserving the first display address and avoiding unsafe rewriting of IPv6 zone identifiers.\n\n## Verification\n\nAdd a focused comparison test that verifies one node and one admin call for addresses differing only by DNS hostname case. -- 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]
