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 e428972aec0 [fix][sec][branch-4.0] Upgrade to Jetty 12.1.8 to address
several CVEs (#25534)
new 83064620fc6 [improve][common] Optimize TopicName.get() to reduce lock
contention on cache lookup (#25367)
new dbf76262ab2 [improve][broker] Improve the performance of TopicName
constructor (#24463)
The 2 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:
.../broker/naming/TopicNameGetBenchmark.java | 88 +++++++++++++++++
.../apache/pulsar/broker/naming}/package-info.java | 5 +-
.../org/apache/pulsar/common/naming/TopicName.java | 104 ++++++++++-----------
3 files changed, 142 insertions(+), 55 deletions(-)
create mode 100644
microbench/src/main/java/org/apache/pulsar/broker/naming/TopicNameGetBenchmark.java
copy {pulsar-client-auth-sasl/src/main/java/org/apache/pulsar/client/impl/auth
=> microbench/src/main/java/org/apache/pulsar/broker/naming}/package-info.java
(83%)