This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from f4de79a487e [fix][test] Fix the flaky tests of
ManagedLedgerImplUtilsTest (#22611)
new a57d9a7a0ee [improve][broker] Add `topic_load_failed` metric (#19236)
new 053c455c687 [fix] [broker] Fix metrics pulsar_topic_load_failed_count
is 0 when load non-persistent topic fails and fix the flaky test
testBrokerStatsTopicLoadFailed (#22580)
new fd823f6cad4 [cleanup] [test] Cleanup unnecessary imports
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../pulsar/broker/service/BrokerService.java | 12 +-
.../apache/pulsar/broker/service/PulsarStats.java | 4 +
.../broker/stats/BrokerOperabilityMetrics.java | 10 +-
.../pulsar/broker/service/BrokerServiceTest.java | 126 +++++++++++++++++++++
.../pulsar/broker/stats/PrometheusMetricsTest.java | 4 +
5 files changed, 154 insertions(+), 2 deletions(-)