This is an automated email from the ASF dual-hosted git repository.
lhotari pushed a change to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 1170afdc367 [fix][admin] Set local policies overwrites "number of
bundles" passed during namespace creation (#24762)
new a3d9c531bc1 [improve][broker] Add tests for using absolute FQDN for
advertisedAddress and remove extra dot from brokerId (#24787)
new 645f233878c [fix][monitor] Fix the incorrect metrics name (#21981)
new c2ea6a9afee [fix][broker] Avoid recursive update in ConcurrentHashMap
during policy cache cleanup (#24939)
new 74931c9e5f2 [fix][txn] fix concurrent error cause txn stuck in
TransactionBufferHandlerImpl#endTxn (#23551)
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:
grafana/dashboards/bookkeeper.json | 8 ++--
.../org/apache/pulsar/broker/PulsarService.java | 14 ++++--
.../SystemTopicBasedTopicPoliciesService.java | 4 +-
.../buffer/impl/TransactionBufferHandlerImpl.java | 4 ++
...tatTest.java => PulsarServiceBrokerIdTest.java} | 29 +++++++-----
.../SystemTopicBasedTopicPoliciesServiceTest.java | 54 ++++++++++++++++++++--
.../ClientTlsAbsoluteAdvertisedAddressTest.java | 34 ++++++--------
7 files changed, 104 insertions(+), 43 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%)