This is an automated email from the ASF dual-hosted git repository.
technoboy pushed a change to branch branch-2.11
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from f96907cf826 [fix][broker]Persist cursor info error when cursor close
(#17255)
new 53bcd32084b [improve][client-c++] Use an atomic `state_` instead of
the lock to improve performance (#16940)
new 357dd4503ca [fix][cpp] Fix multi-topics consumer close segmentation
fault (#17239)
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:
pulsar-client-cpp/lib/ConsumerImpl.cc | 76 +++-------
pulsar-client-cpp/lib/HandlerBase.cc | 11 +-
pulsar-client-cpp/lib/HandlerBase.h | 2 +-
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc | 167 +++++++++------------
pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h | 7 +-
pulsar-client-cpp/lib/PartitionedConsumerImpl.cc | 78 +++-------
pulsar-client-cpp/lib/PartitionedConsumerImpl.h | 3 +-
.../lib/PatternMultiTopicsConsumerImpl.cc | 5 +-
pulsar-client-cpp/lib/ProducerImpl.cc | 63 +++-----
pulsar-client-cpp/lib/SynchronizedHashMap.h | 11 ++
pulsar-client-cpp/tests/ClientTest.cc | 11 ++
pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 9 +-
12 files changed, 169 insertions(+), 274 deletions(-)