This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 9a090f7f3d3 [improve][broker] Should notify bundle ownership listener
onLoad event when ServiceUnitState start (ExtensibleLoadManagerImpl only)
(#23152)
new 09bc87706e5 [improve] [broker] Optimize performance for checking max
topics when the topic is a system topic (#23185)
new 93e09ae989a [fix][broker] Skip reading entries from closed cursor.
(#22751)
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:
.../pulsar/broker/service/BrokerService.java | 3 +
.../PersistentDispatcherMultipleConsumers.java | 26 ++++-
.../PersistentDispatcherSingleActiveConsumer.java | 23 +++-
.../PersistentDispatcherMultipleConsumersTest.java | 71 ++++++++++++
...rsistentDispatcherSingleActiveConsumerTest.java | 127 +++++++++++++++++++++
5 files changed, 245 insertions(+), 5 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/service/persistent/PersistentDispatcherSingleActiveConsumerTest.java