This is an automated email from the ASF dual-hosted git repository.

penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 906603d  [C++ Client] Add braces around initialization of subobject 
(#14735)
     new 3894c39  [C++] Fix thread safety issue for multi topic consumer  
(#14380)
     new ce9fe54  Fixed flaky test MemoryLimitTest#testRejectMessages (#14220) 
(#14628)
     new 958b148  [Broker] Ignore the print the log that the topic does not 
exist (#13535)
     new f33115b  [ Issue 14633] [pulsar-broker] Fix metadata store deadlock 
when checking BacklogQuota (#14634)
     new 718bd67  Fixed 404 error msg not being returned correctly using http 
lookup. (#14677)
     new 43f2562  Set splitNamespaceBundle with `readonly=false`. (#14680)
     new c761816  fix incorrect warn log (#14685)
     new 511fb3c  Fix race condition in consumer redelivery (#14687)
     new 8fbb57d  Fix partitionsAutoUpdateFuture never complete (#14625)
     new e185c8c  Fix cherry-pick issue

The 10 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:
 .../pulsar/broker/admin/impl/BrokersBase.java      |   5 +-
 .../pulsar/broker/admin/impl/NamespacesBase.java   |   2 +-
 .../broker/admin/impl/PersistentTopicsBase.java    |   5 +-
 .../pulsar/broker/service/BrokerService.java       |   3 +-
 .../apache/pulsar/broker/web/RestException.java    |   6 +-
 .../apache/pulsar/broker/admin/NamespacesTest.java |  14 ++
 .../broker/service/PersistentTopicE2ETest.java     |  13 ++
 .../apache/pulsar/client/api/MemoryLimitTest.java  |  86 ++++++-----
 .../client/api/SimpleProducerConsumerTest.java     |  50 +++++++
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc   | 166 +++++++++------------
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h    |   5 +-
 pulsar-client-cpp/lib/SynchronizedHashMap.h        | 127 ++++++++++++++++
 pulsar-client-cpp/tests/ConsumerTest.cc            |  13 +-
 pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 125 ++++++++++++++++
 .../apache/pulsar/client/impl/ConsumerImpl.java    |  18 +--
 .../client/impl/PartitionedProducerImpl.java       |  13 +-
 .../jcloud/impl/BlobStoreBackedReadHandleImpl.java |   2 +-
 17 files changed, 494 insertions(+), 159 deletions(-)
 create mode 100644 pulsar-client-cpp/lib/SynchronizedHashMap.h
 create mode 100644 pulsar-client-cpp/tests/SynchronizedHashMapTest.cc

Reply via email to