You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by pe...@apache.org on 2021/06/22 10:11:43 UTC

[pulsar] branch master updated (1623790 -> 94ec031)

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

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


    from 1623790  Fix the flaky test in the ManagedLedgerTest (#11016)
     add 94ec031  Fix potential data lost on the system topic when topic compaction have not triggered yet (#11003)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/broker/service/BrokerService.java       | 11 ++++-
 .../broker/service/persistent/PersistentTopic.java | 13 ++++--
 .../broker/service/persistent/SystemTopic.java     | 21 ++++++++-
 .../pulsar/broker/admin/TopicPoliciesTest.java     | 14 +++++-
 .../SystemTopicBasedTopicPoliciesServiceTest.java  | 53 ++++++++++++----------
 5 files changed, 79 insertions(+), 33 deletions(-)