You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/08/25 02:20:59 UTC

[pulsar] branch master updated (46b1239a23f -> 40d2ae3ac7e)

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

technoboy pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


    from 46b1239a23f [fix][broker]Persist cursor info error when cursor close (#17255)
     add 40d2ae3ac7e [fix][cpp] Fix multi-topics consumer close segmentation fault (#17239)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.cc   | 97 +++++++++++-----------
 pulsar-client-cpp/lib/MultiTopicsConsumerImpl.h    |  2 +-
 pulsar-client-cpp/lib/SynchronizedHashMap.h        | 11 +++
 pulsar-client-cpp/tests/ClientTest.cc              | 11 +++
 pulsar-client-cpp/tests/SynchronizedHashMapTest.cc |  9 +-
 5 files changed, 79 insertions(+), 51 deletions(-)