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 3f9a2bbf196 [fix][broker] Fix authenticate order in
AuthenticationProviderList (#23111)
new 676c38878aa [fix][client] TransactionCoordinatorClient support retry
(#23081)
new 6e5fa84e402 [fix] [broker] fix replicated namespaces filter in
filterAndUnloadMatchedNamespaceAsync (#23100)
new e0fccdbe665 [improve][broker]Reuse method getAvailableBrokersAsync
(#23099)
new 757b96d5cf3 [improve][pip] PIP-366: Support to specify different
config for Configuration and Local Metadata Store (#23041)
new 9966ddc0ea3 [improve][misc] Improve AES-GCM cipher performance (#23122)
new d3e4c817283 [fix][test] Fixed many tests of pulsar-proxy are not
running (#23118)
new 5893f353ffd [fix][broker] Handle the case when `getOwnedServiceUnits`
fails gracefully (#23119)
new 3c9a2df0081 [improve][misc] Optimize TLS performance by omitting extra
buffer copies (#23115)
The 8 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:
pom.xml | 6 ++
.../apache/pulsar/broker/ServiceConfiguration.java | 8 +-
pulsar-broker/pom.xml | 6 --
.../org/apache/pulsar/broker/PulsarService.java | 6 +-
.../pulsar/broker/admin/impl/ClustersBase.java | 77 ++++++++------
.../channel/ServiceUnitStateChannelImpl.java | 8 +-
.../loadbalance/impl/ModularLoadManagerImpl.java | 3 +-
.../pulsar/broker/namespace/NamespaceService.java | 6 +-
.../broker/service/PulsarChannelInitializer.java | 4 +-
...AdminApiNamespaceIsolationMultiBrokersTest.java | 114 +++++++++++++++++++++
.../channel/ServiceUnitStateChannelTest.java | 13 +++
.../namespace/NamespaceOwnershipListenerTests.java | 21 ++++
.../TransactionCoordinatorClientTest.java | 24 +++++
.../pulsar/client/impl/crypto/MessageCryptoBc.java | 12 ++-
.../client/impl/PulsarChannelInitializer.java | 6 +-
.../client/impl/TransactionMetaStoreHandler.java | 26 ++++-
.../TransactionCoordinatorClientImpl.java | 4 +-
.../apache/pulsar/common/protocol/ByteBufPair.java | 30 ++++++
.../metadata/impl/PulsarZooKeeperClient.java | 53 +++++++---
.../pulsar/metadata/impl/ZKMetadataStore.java | 2 +
.../metadata/impl/oxia/OxiaMetadataStore.java | 21 ++--
.../pulsar/metadata/BaseMetadataStoreTest.java | 2 +-
.../apache/pulsar/metadata/MetadataStoreTest.java | 60 ++++++++++-
.../src/test/resources/oxia_client.conf | 2 +-
.../test/resources/zk_client_disabled_sasl.conf | 2 +-
25 files changed, 430 insertions(+), 86 deletions(-)
create mode 100644
pulsar-broker/src/test/java/org/apache/pulsar/broker/admin/AdminApiNamespaceIsolationMultiBrokersTest.java
copy
pulsar-io/file/src/test/resources/org/apache/pulsar/io/file/nonGzipFile.txt =>
pulsar-metadata/src/test/resources/oxia_client.conf (97%)
copy pulsar-functions/instance/src/main/python/__init__.py =>
pulsar-metadata/src/test/resources/zk_client_disabled_sasl.conf (96%)
mode change 100755 => 100644