-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[improve][doc] Improve doc for delayed message #20374
Conversation
5e2c5f1
to
ab29df6
Compare
/pulsarbot rerun-failure-checks |
@@ -582,7 +580,7 @@ delayedDeliveryMaxIndexesPerBucketSnapshotSegment=5000 | |||
delayedDeliveryMaxNumBuckets=-1 | |||
|
|||
# Size of the lookahead window to use when detecting if all the messages in the topic | |||
# have a fixed delay. | |||
# have a fixed delay for InMemoryDelayedDeliveryTracker (the default DelayedDeliverTracker). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# have a fixed delay for InMemoryDelayedDeliveryTracker (the default DelayedDeliverTracker). | |
# have a fixed delay for InMemoryDelayedDeliveryTracker (the default value is DelayedDeliverTracker). |
Do you mean this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No, the default DelayedDeliverTracker is InMemoryDelayedDeliveryTracker
@@ -379,7 +377,8 @@ The delayed message index time step(in seconds) in per bucket snapshot segment, | |||
private int delayedDeliveryMaxNumBuckets = -1; | |||
|
|||
@FieldContext(category = CATEGORY_SERVER, doc = "Size of the lookahead window to use " | |||
+ "when detecting if all the messages in the topic have a fixed delay. " | |||
+ "when detecting if all the messages in the topic have a fixed delay for " | |||
+ "InMemoryDelayedDeliveryTracker (the default DelayedDeliverTracker). " |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same
Codecov Report
@@ Coverage Diff @@
## master #20374 +/- ##
=============================================
+ Coverage 36.89% 72.92% +36.03%
- Complexity 12053 31889 +19836
=============================================
Files 1687 1864 +177
Lines 128826 138387 +9561
Branches 14013 15184 +1171
=============================================
+ Hits 47528 100922 +53394
+ Misses 75040 29465 -45575
- Partials 6258 8000 +1742
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Merging... Thank you @coderzc! |
Motivation
Due to PIP-195 introducing
BucketDelayedDeliveryTracker
, some document descriptions need to be changed.Modifications
Improve doc for delayed message tracker.
Documentation
doc
doc-required
doc-not-needed
doc-complete
Matching PR in forked repository
PR in forked repository: