This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 28f53b0214c fix: bundle-data metadata leak because of bundlestats was
not clean (#17095)
new 7b871fd6a3c [fix][flaky-test]LedgerOffloaderMetricsTest (#17106)
new 72810a08cce [fix][broker] Fix calculate avg message per entry (#17046)
new 5fbc911ae38 [imp][managed-ledger] Optimize filterReadEntries usage of
Entry interface ledger (#17108)
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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 4 +-
.../org/apache/pulsar/broker/service/Consumer.java | 21 ++--
...ilterTest.java => EntryFilterProducerTest.java} | 33 +++---
.../pulsar/broker/stats/ConsumerStatsTest.java | 124 +++++++++++++++++++--
.../broker/stats/LedgerOffloaderMetricsTest.java | 59 ----------
5 files changed, 139 insertions(+), 102 deletions(-)
copy
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/plugin/{EntryFilterTest.java
=> EntryFilterProducerTest.java} (61%)