This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-2.9
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from b78c3894bcc [fix][tool] Using int instead of long in python scriptsc
(#17215)
new f3899d53959 [improve][test] Fix flaky C++ ClientTest.testWrongListener
(#16510)
new 66fbdab74b3 [improve][client-c++] Use an atomic `state_` instead of
the lock to improve performance (#16940)
new 5f00aa58a37 [fix][cpp] Fix multi-topics consumer close segmentation
fault (#17239)
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:
pulsar-client-cpp/lib/ClientImpl.cc | 4 +-
pulsar-client-cpp/lib/ConsumerImpl.cc | 75 +++-------
pulsar-client-cpp/lib/HandlerBase.cc | 11 +-
pulsar-client-cpp/lib/HandlerBase.h | 2 +-
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 166 +++++++++------------
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h | 7 +-
pulsar-client-cpp/lib/PartitionedConsumerImpl.cc | 77 +++-------
pulsar-client-cpp/lib/PartitionedConsumerImpl.h | 3 +-
.../lib/PatternMultiTopicsConsumerImpl.cc | 5 +-
pulsar-client-cpp/lib/ProducerImpl.cc | 59 +++-----
pulsar-client-cpp/lib/SynchronizedHashMap.h | 11 ++
pulsar-client-cpp/tests/ClientTest.cc | 19 ++-
pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 9 +-
13 files changed, 175 insertions(+), 273 deletions(-)