You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by aa...@apache.org on 2019/10/25 06:55:03 UTC

[pulsar] branch master updated (bf9a901 -> 6f113f7)

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

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


    from bf9a901  [pulsar-client] Fix message corruption on OOM for batch messages (#5443)
     add 6f113f7  [Cpp] Fixed negative ack tracker constructor sequence (#5453)

No new revisions were added by this update.

Summary of changes:
 .../include/pulsar/ConsumerConfiguration.h             |  6 ++++++
 pulsar-client-cpp/lib/ConsumerConfiguration.cc         | 10 ++++++++--
 pulsar-client-cpp/lib/ConsumerConfigurationImpl.h      |  3 ++-
 pulsar-client-cpp/lib/NegativeAcksTracker.cc           | 18 ++++++++++++------
 pulsar-client-cpp/lib/NegativeAcksTracker.h            |  2 --
 pulsar-client-cpp/lib/PartitionedConsumerImpl.cc       |  2 +-
 pulsar-client-cpp/tests/BasicEndToEndTest.cc           |  4 +++-
 7 files changed, 32 insertions(+), 13 deletions(-)