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/10/13 02:55:20 UTC

[pulsar] branch master updated (c57d7a0c320 -> 7628fad4b27)

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 c57d7a0c320 [refactor][client] Remove useless locks in batch receiving. (#18005)
     add 7628fad4b27 [improve][broker] Make CompactedTopicImpl.findStartPointLoop work more efficiently (#17976)

No new revisions were added by this update.

Summary of changes:
 .../pulsar/compaction/CompactedTopicImpl.java      |   6 +-
 .../pulsar/compaction/CompactedTopicImplTest.java  | 147 +++++++++++++++++++++
 2 files changed, 151 insertions(+), 2 deletions(-)
 create mode 100644 pulsar-broker/src/test/java/org/apache/pulsar/compaction/CompactedTopicImplTest.java