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 dbd6907ff06 [fix][test] Stabilize 
FunctionAssignmentTailerTest.testErrorNotifier by synchronizing mock stubbing 
with CountDownLatch (#24875)
     new 8828e1671d7 [improve][common] Optimize TopicName.get() to reduce lock 
contention on cache lookup (#25367)
     new ecc7c77d470 [improve][broker] Improve the performance of TopicName 
constructor (#24463)
     new e87f0166361 [fix][broker]Namespaces can be created with may empty 
replication_clusters policy (#25551)

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:
 .../broker/naming/TopicNameGetBenchmark.java       |  88 +++++++++++++++++
 .../apache/pulsar/broker/naming}/package-info.java |   6 +-
 .../pulsar/broker/admin/impl/NamespacesBase.java   |   4 +-
 .../pulsar/broker/service/BrokerService.java       |  12 +--
 .../apache/pulsar/broker/admin/AdminApi2Test.java  |  35 +++++++
 .../org/apache/pulsar/common/naming/TopicName.java | 104 ++++++++++-----------
 6 files changed, 185 insertions(+), 64 deletions(-)
 create mode 100644 
microbench/src/main/java/org/apache/pulsar/broker/naming/TopicNameGetBenchmark.java
 copy 
{pulsar-broker-common/src/main/java/org/apache/pulsar/common/configuration/anonymizer
 => microbench/src/main/java/org/apache/pulsar/broker/naming}/package-info.java 
(83%)

Reply via email to