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/09/14 05:56:20 UTC

[pulsar] branch master updated (e238dccc796 -> 6bc30163cec)

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 e238dccc796 [fix][license] Update the jsr version in the presto license file (#17461)
     add 6bc30163cec [feat][broker][PIP-195] New bucket based delayed message tracker - interface&config&proto -part 1 (#17344)

No new revisions were added by this update.

Summary of changes:
 conf/broker.conf                                   | 21 ++++++
 .../apache/pulsar/broker/ServiceConfiguration.java | 26 ++++++-
 .../broker/delayed/BucketSnapshotStorage.java      | 81 ++++++++++++++++++++++
 .../broker/delayed/DelayedDeliveryTracker.java     | 11 +++
 .../delayed/InMemoryDelayedDeliveryTracker.java    |  6 ++
 ... DelayedMessageIndexBucketSnapshotFormat.proto} | 30 ++++----
 6 files changed, 157 insertions(+), 18 deletions(-)
 create mode 100644 pulsar-broker/src/main/java/org/apache/pulsar/broker/delayed/BucketSnapshotStorage.java
 copy pulsar-broker/src/main/proto/{SchemaStorageFormat.proto => DelayedMessageIndexBucketSnapshotFormat.proto} (63%)