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

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


    from d08c3cbc704 [improve][broker] Make timer execute immediately after 
load index (#20126)
     new 4c5f9d2acf9 [fix][broker] Fix tenant admin authorization bug. (#20068)
     new 17b59a23244 [improve][broker] Optimize delayed metadata index bitmap 
(#20136)
     new 3c4a1ce026d [improve][broker] Cache LedgerHandle in 
BookkeeperBucketSnapshotStorage (#20117)
     new 800a82a3a9f [fix][broker] Producer/Consumer should call 
allowTopicOperationAsync (#20142)
     new 38360d06ba1 [revert] "[fix][broker] Fix tenant admin authorization 
bug. (#20068)" (#20143)

The 5 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:
 .../bucket/BookkeeperBucketSnapshotStorage.java    | 52 ++++++++++-----------
 .../bucket/BucketDelayedDeliveryTracker.java       |  3 ++
 .../broker/delayed/bucket/ImmutableBucket.java     | 53 +++++++++++++---------
 .../broker/delayed/bucket/MutableBucket.java       | 11 +++--
 .../org/apache/pulsar/broker/service/Consumer.java |  8 +++-
 .../org/apache/pulsar/broker/service/Producer.java |  3 +-
 .../BookkeeperBucketSnapshotStorageTest.java       | 43 ++++++++++++++++++
 7 files changed, 119 insertions(+), 54 deletions(-)

Reply via email to