This is an automated email from the ASF dual-hosted git repository.
chenhang pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from c0e87c0 Avoid potentially blocking calls to metadata on critical
threads (#12339)
new fa4bf33 fix logger number not correct in tests (#12168)
new ee83c9b useV2WireProtocol for bookkeeper autorecovery (#12311)
new e707546 [Standalone] Print log when configuration is failed to load
(#12280)
new 660ee85 [offload] fix FileSystemManagedLedgerOffloader can not
cleanup outdated ledger data (#12309)
new 6809c6c Update delete inactive topic configuration documentation
(#12350)
new 36890e8 fix-npe-ZkBookieRackAffinityMapping (#11947)
new 6953b1b [C++] Delay ClientCredentialFlow::initialize to the first
authenticate call (#12372)
The 7 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/client/TlsProducerConsumerTest.java | 10 +-
conf/bookkeeper.conf | 3 +
conf/broker.conf | 3 +-
conf/standalone.conf | 3 +-
deployment/terraform-ansible/templates/broker.conf | 3 +-
.../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 6 +-
.../mledger/impl/OffloadLedgerDeleteTest.java | 149 +++++++++++++++++++++
.../java/org/apache/pulsar/PulsarStandalone.java | 1 +
.../pulsar/broker/web/PulsarWebResource.java | 2 +-
pulsar-client-cpp/lib/auth/AuthOauth2.cc | 5 +-
pulsar-client-cpp/lib/auth/AuthOauth2.h | 2 +
.../zookeeper/ZkBookieRackAffinityMapping.java | 27 ++--
.../integration/topologies/PulsarCluster.java | 19 +++
13 files changed, 209 insertions(+), 24 deletions(-)