The GitHub Actions job "CI" on rocketmq-dashboard.git/fix/inconsistent-system-topic-filtering-1407 has failed. Run started by GitHub user lizhimins (triggered by lizhimins).
Head commit for run: 98dcd97a59660287ea2b18b122b963220a68188f / Yxq <[email protected]> [ISSUE #1407] Unify system topic filtering across providers Two separate isSystemTopic implementations had inconsistent filtering rules, causing system topics to leak into topic lists and inflate dashboard topic counts. Key discrepancies: - CID_ prefix was in MetadataProvider but not DashboardProvider - broker_ prefix was in DashboardProvider but not MetadataProvider - DashboardProvider had hardcoded broker-a/broker-b names - DashboardProvider did not check live broker names as system topics This fix: - Extracts a shared SystemTopicFilter utility class - Replaces both implementations with calls to the shared method - Removes hardcoded broker-a/broker-b from DashboardProvider - Adds CID_, broker_, BenchmarkTest to the unified filter Fixes #1407 Report URL: https://github.com/apache/rocketmq-dashboard/actions/runs/31372887981 With regards, GitHub Actions via GitBox
