This is an automated email from the ASF dual-hosted git repository.
yubiao pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 305aaca151a [fix][test] Fix the flaky tests of
ManagedLedgerImplUtilsTest (#22611)
new a03543a4e48 [improve][broker] Add `topic_load_failed` metric (#19236)
new 58409c911dd [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 a8cd7befe6c [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 | 127 +++++++++++++++++++++
.../pulsar/broker/stats/PrometheusMetricsTest.java | 4 +
5 files changed, 155 insertions(+), 2 deletions(-)