Anonymitaet commented on code in PR #562:
URL: https://github.com/apache/pulsar-site/pull/562#discussion_r1188004011


##########
release-notes/versioned/pulsar-3.0.0.md:
##########
@@ -68,49 +69,59 @@ sidebar_label: Apache Pulsar 3.0.0
   - Implement load data store by @Demogorgon314 in 
[#18777](https://github.com/apache/pulsar/pull/18777)
   - Implement broker registry for new load manager by @Demogorgon314 in 
[#18810](https://github.com/apache/pulsar/pull/18810)
   - Added ServiceUnitStateChannelImpl by @heesung-sn in 
[#18489](https://github.com/apache/pulsar/pull/18489)
+- [Broker] PIP-195: New bucket based delayed message tracker 
[#16763](https://github.com/apache/pulsar/issues/16763)
+  - New bucket based delayed message tracker - interface&config&proto -part 1 
by @coderzc in [#17344](https://github.com/apache/pulsar/pull/17344)
+  - Implement delayed message index bucket snapshot (create/load) - part2 by 
@coderzc in [#17611](https://github.com/apache/pulsar/pull/17611)
+  - Implement BookkeeperBucketSnapshotStorage - part3 by @coderzc in 
[#17677](https://github.com/apache/pulsar/pull/17677)
+  - Support internal cursor properties - part4 by @coderzc in 
[#17712](https://github.com/apache/pulsar/pull/17712)
+  - Implement BucketDelayedDeliveryTrackerFactory and load 
BucketDelayedDeliveryTracker - part6 by @coderzc in 
[#17756](https://github.com/apache/pulsar/pull/17756)
+  - Implement delayed message bucket snapshot recover - part5 by @coderzc in 
[#18420](https://github.com/apache/pulsar/pull/18420)
+  - Implement Filter out all delayed messages and skip them when reading 
messages from bookies - part7 by @coderzc in 
[#19035](https://github.com/apache/pulsar/pull/19035)
+  - Fix cursor skip read by @coderzc in 
[#19124](https://github.com/apache/pulsar/pull/19124)
+  - Implement delayed message index bucket snapshot(merge/delete) - part8 by 
@coderzc in [#19138](https://github.com/apache/pulsar/pull/19138)
+  - Make BucketDelayedDeliveryTracker can retry snapshot operation & improve 
logs by @coderzc in [#19577](https://github.com/apache/pulsar/pull/19577)
+  - Fix BucketDelayedDeliveryTracker merge issues by @coderzc in 
[#19615](https://github.com/apache/pulsar/pull/19615)
+  - Cut off snapshot segment according to maxIndexesPerBucketSnapshotSegment 
by @coderzc in [#19706](https://github.com/apache/pulsar/pull/19706)
+  - Add metrics for bucket delayed message tracker by @coderzc in 
[#19716](https://github.com/apache/pulsar/pull/19716)
+  - Don't clean up BucketDelayedDeliveryTracker when all consumer disconnect 
by @coderzc in [#19801](https://github.com/apache/pulsar/pull/19801)
+  - Add topicName and cursorName for ledger metadata of bucket snapshot by 
@coderzc in [#19802](https://github.com/apache/pulsar/pull/19802)
+  - Make bucket merge operation asynchronous by @coderzc in 
[#19873](https://github.com/apache/pulsar/pull/19873)
+  - Clear delayed message when unsubscribe &  Make clear operation 
asynchronous by @coderzc in 
[#19901](https://github.com/apache/pulsar/pull/19901)
+  - Merge multiple buckets at once by @coderzc in 
[#19927](https://github.com/apache/pulsar/pull/19927)
+  - Ensure previous delayed index be removed from 
snapshotSegmentLastIndexTable & Make load operate asynchronous by @coderzc in 
[#20086](https://github.com/apache/pulsar/pull/20086)
+  - Fix avoid future of clear delayed message can't complete by @coderzc in 
[#20075](https://github.com/apache/pulsar/pull/20075)

Review Comment:
   ```suggestion
     - Fix the issue which the `future` of clean up delayed messages can't be 
completed by @coderzc in [#20075](https://github.com/apache/pulsar/pull/20075)
   ```
   Do you mean this?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to