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 3173b3f05f2 Enabling DNS retryOnTimeout with TCP in DnsNameResolver
(#23590)
new c676b9593e2 [fix][broker] Fix currently client retries until operation
timeout if the topic does not exist (#23530)
new 5fd96d32c1a [fix][broker] Fix failed
TokenAuthenticatedProducerConsumerTest (#23602)
new 23f1ef09156 [fix][misc] Unable to connect an etcd metastore with
recent releases due to jetc-core sharding problem (#23604)
new c1cc2d6f413 [improve][offload] Use filesystemURI as the storage path
(#23591)
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:
distribution/server/pom.xml | 1 -
jetcd-core-shaded/pom.xml | 49 +--------
pom.xml | 1 -
pulsar-broker/pom.xml | 1 -
.../apache/pulsar/broker/service/ServerCnx.java | 2 +-
.../broker/admin/GetPartitionMetadataTest.java | 3 +-
.../TokenAuthenticatedProducerConsumerTest.java | 71 ++++++++++--
.../pulsar/client/impl/PulsarClientImpl.java | 4 +-
pulsar-metadata/pom.xml | 1 -
.../impl/FileSystemManagedLedgerOffloader.java | 2 +-
.../impl/FileSystemOffloaderLocalFileTest.java | 119 +++++++++++++++++++++
.../resources}/filesystem_offload_core_site.xml | 0
12 files changed, 188 insertions(+), 66 deletions(-)
create mode 100644
tiered-storage/file-system/src/test/java/org/apache/bookkeeper/mledger/offload/filesystem/impl/FileSystemOffloaderLocalFileTest.java
copy {conf =>
tiered-storage/file-system/src/test/resources}/filesystem_offload_core_site.xml
(100%)