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

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


    from 3289ff9  Fix NonRecoverableLedgerException when get last message ID by 
Reader (#10957)
     new be22a24  Fix potential data lost on the system topic when topic 
compaction have not triggered yet (#11003)
     new 35a1b75  Fix flaky test testEnableAndDisableTopicDelayedDelivery 
(#11009)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../pulsar/broker/service/BrokerService.java       | 11 ++++-
 .../broker/service/persistent/PersistentTopic.java | 14 ++++--
 .../broker/service/persistent/SystemTopic.java     | 22 ++++++++-
 .../pulsar/broker/admin/TopicPoliciesTest.java     | 14 +++++-
 .../SystemTopicBasedTopicPoliciesServiceTest.java  | 54 ++++++++++++----------
 .../service/persistent/DelayedDeliveryTest.java    |  9 +++-
 6 files changed, 89 insertions(+), 35 deletions(-)

Reply via email to