This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 35ec5b63671 [fix][tests] Close producer to avoid create schema again.
(#17227)
new 345cd8c507b [fix][tool] Using int instead of long in python scriptsc
(#17215)
new 29af3ae6d4c [fix][broker] Fix pulsarLedgerIdGenerator can't delete
index path when zk metadata store config rootPath. (#17192)
new 5c2155bf996 [improve][broker] Avoid using `common-pool` when run async
method. (#17229)
new eaf6e885ebb [improve][broker] Optimize the logic of terminating system
topic (#17210)
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:
bin/pulsar-managed-ledger-admin | 4 +-
.../broker/admin/impl/PersistentTopicsBase.java | 9 +-
.../pulsar/broker/service/BrokerService.java | 2 +-
.../bookkeeper/PulsarLedgerIdGenerator.java | 17 +++-
.../pulsar/metadata/impl/ZKMetadataStore.java | 9 ++
.../bookkeeper/PulsarLedgerIdGeneratorTest.java | 112 +++++++++++++++++++--
6 files changed, 138 insertions(+), 15 deletions(-)