yyqdbngt opened a new pull request, #3113: URL: https://github.com/apache/rocketmq-dashboard/pull/3113
### Summary Trim the cluster id in the detail-refresh lookup: - `refreshClusterDetail` normalizes `clusterId` (null-safe trim) before matching against the NameServer cluster-address table and building the returned view. ### Why A cluster id with surrounding whitespace previously missed the exact table lookup and silently returned `null`, showing an empty cluster page for a valid cluster. ### Testing - `mvn -f server/pom.xml -Dtest=RocketMQClusterProviderTest test` passes: 14/14 (existing suite; behavior unchanged for clean input). -- 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]
