This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.1
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from e626c0232ad [feat][client] PIP-234: Support shared resources in
PulsarAdmin to reduce thread usage (#24893)
new a447eb31d68 [improve][broker] Add tests for using absolute FQDN for
advertisedAddress and remove extra dot from brokerId (#24787)
new 57afc500e23 [fix][broker] Avoid recursive update in ConcurrentHashMap
during policy cache cleanup (#24939)
new 87347a6f5de [fix][txn] fix concurrent error cause txn stuck in
TransactionBufferHandlerImpl#endTxn (#23551)
The 3 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:
.../org/apache/pulsar/broker/PulsarService.java | 14 +++++--
.../SystemTopicBasedTopicPoliciesService.java | 4 +-
.../buffer/impl/TransactionBufferHandlerImpl.java | 4 ++
...tatTest.java => PulsarServiceBrokerIdTest.java} | 29 ++++++++-----
.../SystemTopicBasedTopicPoliciesServiceTest.java | 49 ++++++++++++++++++++++
.../ClientTlsAbsoluteAdvertisedAddressTest.java | 34 +++++++--------
6 files changed, 98 insertions(+), 36 deletions(-)
copy
pulsar-broker/src/test/java/org/apache/pulsar/broker/{admin/BrokerStatTest.java
=> PulsarServiceBrokerIdTest.java} (61%)
copy pulsar-functions/proto/src/main/proto/Request.proto =>
tests/integration/src/test/java/org/apache/pulsar/tests/integration/tls/ClientTlsAbsoluteAdvertisedAddressTest.java
(59%)