The GitHub Actions job "CI" on rocketmq-dashboard.git/rocketmq-studio has 
failed.
Run started by GitHub user lizhimins (triggered by lizhimins).

Head commit for run:
ec08b7645a7d37d7cb738e6bf5dd4f24ccbbbd8a / Yu Xinqiang <[email protected]>
fix(dashboard): per-cluster counts and unified TPS parsing (#1400, #1438)

* [ISSUE #1394] Populate per-cluster topics and groups count in dashboard

The dashboard per-cluster overview was always showing 0 topics and 0
groups for each cluster card, even though the global totals were
correct. This fix:

- Builds a brokerAddr-to-clusterName map from ClusterInfo
- Counts topics per cluster by looking up each topic's route data
- Counts groups per cluster by associating broker subscription
  groups with their parent cluster
- Sets the computed counts on each ClusterOverviewVO

Fixes #1394

* [ISSUE #1437] Unify TPS parsing between ClusterProvider and DashboardProvider

ClusterProvider returned parts[0] as int while DashboardProvider
returned parts[1] as long, showing different TPS values for the same
broker. This fix aligns ClusterProvider to use parts[1] (1-minute
average) and long return type, matching DashboardProvider.

Fixes #1437

Report URL: 
https://github.com/apache/rocketmq-dashboard/actions/runs/31408952122

With regards,
GitHub Actions via GitBox

Reply via email to