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 2022/03/14 09:28:32 UTC

[pulsar] branch master updated (a242f03 -> d02bd73)

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 a242f03  [Transaction] Fix cursor readPosition is bigger than maxPosition in OpReadEntry (#14667)
     add d02bd73  Changing the topic creation flow and optimize heartbeat topic not trigger compaction. (#14643)

No new revisions were added by this update.

Summary of changes:
 .../org/apache/pulsar/broker/PulsarService.java    |  2 +
 .../pulsar/broker/service/BrokerService.java       | 66 ++++++++++------------
 .../broker/service/persistent/PersistentTopic.java | 42 +++-----------
 .../broker/service/persistent/SystemTopic.java     | 13 ++++-
 .../apache/pulsar/compaction/CompactionTest.java   | 23 ++++++++
 5 files changed, 75 insertions(+), 71 deletions(-)