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/09/24 08:41:48 UTC

[pulsar] branch master updated (e2997e8 -> 86e720f)

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 e2997e8  [Blog] Add 2.8.1 announcement blog (#12153)
     add 86e720f  Return the last position of the compacted data while the original data been deleted. (#12161)

No new revisions were added by this update.

Summary of changes:
 .../apache/pulsar/broker/service/ServerCnx.java    | 33 ++++++++++---
 .../apache/pulsar/compaction/CompactedTopic.java   |  2 +
 .../pulsar/compaction/CompactedTopicImpl.java      | 12 +++++
 .../pulsar/compaction/CompactedTopicTest.java      | 56 ++++++++++++++++++++++
 4 files changed, 97 insertions(+), 6 deletions(-)