This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 761685ea3a0 [improve][broker] Should notify bundle ownership listener
onLoad event when ServiceUnitState start (ExtensibleLoadManagerImpl only)
(#23152)
new 846e7189777 [improve] [broker] Optimize performance for checking max
topics when the topic is a system topic (#23185)
new 40631f90530 [fix][broker] Skip reading entries from closed cursor.
(#22751)
new 13259222302 [fix] [broker] Topic can never be loaded up due to broker
maintains a failed topic creation future (#23184)
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:
.../pulsar/broker/service/BrokerService.java | 18 ++-
.../PersistentDispatcherMultipleConsumers.java | 26 ++++-
.../PersistentDispatcherSingleActiveConsumer.java | 26 ++++-
.../PersistentDispatcherMultipleConsumersTest.java | 71 ++++++++++++
...rsistentDispatcherSingleActiveConsumerTest.java | 127 +++++++++++++++++++++
.../client/api/OrphanPersistentTopicTest.java | 95 +++++++++++++++
6 files changed, 353 insertions(+), 10 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherSingleActiveConsumerTest.java