This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.7
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from adba3f3 [Performance] Use single instance of parser (#10664)
new 71b96a0 Revert "Creating a topic does not wait for creating cursor of
replicators (#6364)" (#10674)
new e37e0df MINOR: Add error message to
setMaxPendingMessagesAcrossPartitions (#10709)
new f316469 [broker] Fix issue where StackOverflowError occurs when
trying to redeliver a large number of already acked messages (#10696)
new 06bd85d Fix compile issue after cherry-pick
The 4 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:
.../broker/service/AbstractBaseDispatcher.java | 4 +-
.../pulsar/broker/service/AbstractReplicator.java | 38 ++++------
.../nonpersistent/NonPersistentReplicator.java | 5 --
.../PersistentDispatcherMultipleConsumers.java | 30 +++++---
.../PersistentDispatcherSingleActiveConsumer.java | 3 +-
.../service/persistent/PersistentReplicator.java | 84 +++-------------------
...istentStickyKeyDispatcherMultipleConsumers.java | 2 +-
.../broker/service/persistent/PersistentTopic.java | 42 +++++++----
.../broker/service/PersistentTopicE2ETest.java | 4 ++
.../impl/conf/ProducerConfigurationData.java | 3 +-
.../client/impl/ProducerBuilderImplTest.java | 5 ++
11 files changed, 88 insertions(+), 132 deletions(-)