You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/08/23 18:18:46 UTC

[pulsar] branch master updated (7906bb5 -> 49c0796)

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

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


    from 7906bb5  [Broker] Call .release() when discarding entry to prevent direct memory leak (#11748)
     add 49c0796  Avoid duplicated disconnecting producer when after add entry failed. (#11741)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/service/Producer.java |  9 +++++++-
 .../apache/pulsar/broker/service/ServerCnx.java    |  2 +-
 .../broker/service/persistent/PersistentTopic.java | 12 ++++++++---
 .../pulsar/broker/service/PersistentTopicTest.java | 24 ++++++++++++++++++++--
 4 files changed, 40 insertions(+), 7 deletions(-)