This is an automated email from the ASF dual-hosted git repository.
coderzc pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from d86cda88bc7 [fix][broker] Merge broker offload extra configurations
(#25736)
new 6d7a22bfc57 [fix][broker] Clean up orphan ledger on concurrent initial
schema creation in BookkeeperSchemaStorage (#25514)
new 22637effb89 [fix][broker] Decrement unacked counter when removeAllUpTo
removes pending acks (#25581)
new 360a2163a34 [fix][test] Fix flaky
testGetExcludedBookiesWithIsolationGroups (#25640)
new 6d4979160a0 [fix][test] Make NamespacesTest.cleanupAfterMethod
tolerant of transient infra failures (#25641)
new 1cbe883b80b [fix][test] Fix flaky
OneWayReplicatorDeduplicationTest.testDeduplication (#25679)
The 5 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:
.../mledger/impl/LedgerMetadataUtils.java | 30 ++--
.../IsolatedBookieEnsemblePlacementPolicyTest.java | 7 +
.../org/apache/pulsar/broker/service/Consumer.java | 29 ++++
.../pulsar/broker/service/PendingAcksMap.java | 22 ++-
.../PersistentDispatcherMultipleConsumers.java | 4 +-
.../service/schema/BookkeeperSchemaStorage.java | 32 +++-
.../apache/pulsar/broker/admin/NamespacesTest.java | 14 +-
.../service/OneWayReplicatorDeduplicationTest.java | 1 +
.../pulsar/broker/service/PendingAcksMapTest.java | 31 +++-
.../pulsar/broker/stats/ConsumerStatsTest.java | 166 +++++++++++++++++++++
.../pulsar/client/api/ProducerConsumerBase.java | 3 +-
.../java/org/apache/pulsar/schema/SchemaTest.java | 65 ++++++++
.../bookkeeper/client/PulsarMockBookKeeper.java | 2 +-
.../bookkeeper/client/PulsarMockLedgerHandle.java | 22 ++-
14 files changed, 386 insertions(+), 42 deletions(-)