This is an automated email from the ASF dual-hosted git repository.

yubiao pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 93e9029e6c2 [fix][broker] Fix NPE causing dispatching to stop when 
using Key_Shared mode and allowOutOfOrderDelivery=true (#22533)
     new f584be1f6ef [improve][broker] Add `topic_load_failed` metric (#19236)
     new 704630b35fc [fix] [broker] Fix metrics pulsar_topic_load_failed_count 
is 0 when load non-persistent topic fails and fix the flaky test 
testBrokerStatsTopicLoadFailed (#22580)

The 2 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       |  13 ++-
 .../apache/pulsar/broker/service/PulsarStats.java  |   4 +
 .../broker/stats/BrokerOperabilityMetrics.java     |  10 +-
 .../pulsar/broker/service/BrokerServiceTest.java   | 119 +++++++++++++++++++++
 .../pulsar/broker/stats/PrometheusMetricsTest.java |   4 +
 5 files changed, 147 insertions(+), 3 deletions(-)

Reply via email to