This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 6ceb4f8d749 [fix][broker][branch-3.0] Prevent NPE in
ownedBundlesCountPerNamespace on first bundle load (#24758)
new c4819edbdd6 [improve][broker] Choose random thread for consumerFlow in
PersistentDispatcherSingleActiveConsumer (#20522)
new 1d235d24e00 [fix][broker] Prevent unexpected recycle failure in
dispatcher's read callback (#24741)
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:
.../bookkeeper/mledger/impl/ManagedCursorImpl.java | 3 +-
.../mledger/util/ManagedLedgerUtils.java | 29 +++++-
.../mledger/ManagedLedgerReplayTaskTest.java | 5 +-
.../bookkeeper/mledger/impl/ManagedCursorTest.java | 23 +++++
.../PersistentDispatcherSingleActiveConsumer.java | 109 ++++++---------------
...entStreamingDispatcherSingleActiveConsumer.java | 11 ++-
.../apache/pulsar/compaction/CompactedTopic.java | 12 +--
.../pulsar/compaction/CompactedTopicImpl.java | 36 +++----
.../broker/BrokerMessageDeduplicationTest.java | 3 +-
...rsistentDispatcherSingleActiveConsumerTest.java | 13 ++-
.../apache/pulsar/compaction/CompactionTest.java | 2 +-
11 files changed, 127 insertions(+), 119 deletions(-)