This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 92618695322 [fix][ml] Fix NoSuchElementException in
EntryCountEstimator caused by a race condition (#25177)
new 2c3402e56a5 [fix][test] Bump org.assertj:assertj-core from 3.27.5 to
3.27.7 (#25186)
new 304fea1a88f [improve][misc] Upgrade snappy version to 1.1.10.8 (#25182)
new c06f8baf700 [fix][proxy] Close client connection immediately when
credentials expire and forwardAuthorizationCredentials is disabled (#25179)
new b41488d7e86 [fix][client] ControlledClusterFailover avoid unnecessary
reconnection. (#25178)
new b53206829c5 [fix][sec] Bump org.apache.solr:solr-core from 9.8.0 to
9.10.1 in /pulsar-io/solr (#25175)
new d81d6b38bec [improve][pip] PIP-453: Improve the metadata store
threading model (#25173)
new 71a39947550 [improve][client]Reduce unnecessary
getPartitionedTopicMetadata requests when using retry and DLQ topics. (#25172)
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:
distribution/server/src/assemble/LICENSE.bin.txt | 2 +-
pip/pip-453.md | 98 ++++++++++++
pom.xml | 4 +-
.../pulsar/client/api/DeadLetterTopicTest.java | 90 +++++++++++
.../pulsar/client/impl/ConsumerBuilderImpl.java | 14 +-
.../client/impl/ControlledClusterFailover.java | 10 ++
.../client/impl/ControlledClusterFailoverTest.java | 11 ++
pulsar-io/solr/pom.xml | 3 +-
.../pulsar/proxy/server/ProxyConnection.java | 55 +++++--
.../proxy/server/ProxyAuthenticationTest.java | 175 ++++++++++++++++++---
.../pulsar/proxy/server/ProxyRefreshAuthTest.java | 48 +++---
11 files changed, 442 insertions(+), 68 deletions(-)
create mode 100644 pip/pip-453.md