This is an automated email from the ASF dual-hosted git repository.
xyz pushed a change to branch branch-2.10
in repository https://gitbox.apache.org/repos/asf/pulsar.git
from 805f985358d [fix][broker] Fix pulsarLedgerIdGenerator can't delete
index path when zk metadata store config rootPath. (#17192)
new 27a4b17a896 [improve][client-c++] Use an atomic `state_` instead of
the lock to improve performance (#16940)
new 2dbf9df0d20 [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 | 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 | 11 ++
pulsar-client-cpp/tests/SynchronizedHashMapTest.cc | 9 +-
12 files changed, 168 insertions(+), 268 deletions(-)