yuluo-yx opened a new pull request, #4411: URL: https://github.com/apache/rocketmq-dashboard/pull/4411
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3224 - Replaces #3225, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3225 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. ## Summary - reconcile persisted NameServer registry entries with clusters discovered from the selected instance - normalize multi-address values and correlate by cluster identity or shared addresses - identify address drift, registry-only, discovery-only, ambiguous, and duplicate mappings - provide attention filters, search, summaries, and detailed address deltas - add deterministic coverage for normalization, every reconciliation state, fleets, and immutability Closes #3224 ### How Did You Test This Change? ## 原提交验证记录 - `npm test -- --run src/utils/nameserverRegistryReconciliation.test.ts src/pages/cluster/__tests__/ClusterPage.test.tsx` (38 passed) - `npm run lint` (0 errors; 10 pre-existing warnings) - `npm run build` (8040 modules transformed) - scope check: 1 commit, 5 files, 752 additions, 3 deletions ### Checklist - [x] One coherent change; unrelated modifications are not bundled in - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / `refactor:` / `chore:` / `docs:` / `perf:`) - [x] Tests added or updated for non-trivial changes, test methods named `...Test` - [x] New UI text has both Chinese and English entries under `web/src/i18n/`, or the change does not add UI text - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit checks), or the original verification scope is stated above - [x] New source files carry the ASF license header, or no new source files were added - [x] Documentation touched where behaviour changed (README / `docs/` / in-app help), or no documentation change was required -- 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]
