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

[pulsar] branch master updated (ff076e3 -> c3a20a1)

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

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


    from ff076e3  [CLIENT] fixed NPE in GenericJsonRecord (#10482)
     add c3a20a1  Fix the possible memory leak of TopicPolicies (#10466)

No new revisions were added by this update.

Summary of changes:
 .../SystemTopicBasedTopicPoliciesService.java      | 21 +++++++++++++++
 .../broker/service/TopicPoliciesService.java       | 13 ++++++++++
 .../broker/service/persistent/PersistentTopic.java |  6 ++---
 .../SystemTopicBasedTopicPoliciesServiceTest.java  | 30 ++++++++++++++++++++++
 4 files changed, 66 insertions(+), 4 deletions(-)