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 1dd9a290719 [improve][broker] re-elect the channel owner if no channel 
owner is found (#23516) (#23580)
     new 624d7dc6a79 [fix][sec] Replace bcprov-jdk15on dependency with 
bcprov-jdk18-on (#23532)
     new 9c227d219d3 [fix][broker] Fix Broker migration NPE while broker tls 
url not configured (#23534)
     new 7064c0066cb [fix][broker] Fix print cluster migration state response 
(#23535)
     new 5e547a2326a [improve][test] Disable OTel autoconfigured exporters in 
tests (#23540)
     new c62510acd0c [fix][broker] fix logging with correct error message while 
loading the topic (#23544)
     new 1bb1cf1bc03 [fix][test] Fix 
SimpleProducerConsumerTest.testMultiTopicsConsumerImplPauseForManualSubscription
 (#23546)
     new d8bb2e122c0 [fix][broker] Fix currently client retries until operation 
timeout if the topic does not exist (#23530)
     new 1eebb81dbf8 [fix][test] Fix 
DeadLetterTopicTest.testDeadLetterTopicWithInitialSubscriptionAndMultiConsumers 
(#23552)
     new 4700c7cf64b [fix][client] fix the beforeConsume() method earlier hit 
with message listener (#23578)
     new dc2557c7501 [fix][broker] Broker is failing to create non-durable sub 
if topic is fenced (#23579)
     new ce84f8be799 [fix][sec] Upgrade Zookeeper to 3.9.3 to address 
CVE-2024-51504 (#23581)
     new b8e848bf243 [improve][broker] Support cleanup `replication cluster` 
and `allowed cluster` when cluster metadata teardown (#23561)

The 12 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/src/assemble/LICENSE.bin.txt   | 12 ++--
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java |  3 +-
 pom.xml                                            | 26 +++++++-
 .../pulsar/PulsarClusterMetadataTeardown.java      | 43 +++++++++++-
 .../pulsar/broker/service/AbstractTopic.java       |  4 +-
 .../pulsar/broker/service/BrokerService.java       |  5 +-
 .../apache/pulsar/broker/service/ServerCnx.java    |  2 +-
 .../broker/service/persistent/PersistentTopic.java |  5 ++
 .../broker/admin/GetPartitionMetadataTest.java     |  3 +-
 .../broker/service/ClusterMigrationTest.java       |  2 +-
 .../broker/stats/BrokerOpenTelemetryTestUtil.java  |  8 +++
 .../broker/testcontext/PulsarTestContext.java      |  3 +-
 .../zookeeper/ClusterMetadataTeardownTest.java     | 74 ++++++++++++++++++--
 .../pulsar/client/api/DeadLetterTopicTest.java     |  4 +-
 .../apache/pulsar/client/api/InterceptorsTest.java | 78 ++++++++++++++++++++++
 .../client/api/SimpleProducerConsumerTest.java     | 29 +++++++-
 .../TokenAuthenticatedProducerConsumerTest.java    | 71 +++++++++++++++++---
 .../org/apache/pulsar/admin/cli/CmdClusters.java   |  2 +-
 .../org/apache/pulsar/client/impl/ClientCnx.java   |  9 ++-
 .../apache/pulsar/client/impl/ConsumerBase.java    |  1 +
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  3 +-
 .../client/impl/MultiTopicsConsumerImpl.java       |  2 +-
 .../pulsar/client/impl/PulsarClientImpl.java       |  4 +-
 .../apache/pulsar/common/protocol/Commands.java    | 14 ++--
 pulsar-io/hdfs3/pom.xml                            |  8 +++
 .../opentelemetry/OpenTelemetryServiceTest.java    |  5 ++
 tiered-storage/file-system/pom.xml                 | 17 ++++-
 27 files changed, 390 insertions(+), 47 deletions(-)

Reply via email to