-
Notifications
You must be signed in to change notification settings - Fork 3.7k
Fix UnAckedMessageTracker timeout send redelivery messages #9134
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
Conversation
|
@BewareMyPower Can you review this pull request? |
|
see #9072 (comment) |
|
@saosir Can you rebase to the latest master? There are recent changes to fix the broken master. |
|
/pulsarbot run-failure-checks |
1 similar comment
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
What about extracting the computation to a static method and create unit tests? |
|
Why the CI always fail? @BewareMyPower |
|
@saosir Maybe you can try to rebase to latest master because sometimes some flaky tests might be fixed. (I also noticed this PR's test failed for many times... |
|
/pulsarbot run-failure-checks |
1 similar comment
|
/pulsarbot run-failure-checks |
2181a14 to
5629357
Compare
|
/pulsarbot run-failure-checks |
2 similar comments
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
|
/pulsarbot run-failure-checks |
1 similar comment
|
/pulsarbot run-failure-checks |
|
Failure tests |
|
@saosir Looks like the CI failed by this change. Please take a look. Thank you. I will push this to the next release. |
OK, I am looking for time to fix this problem. Before I thought that modifying two lines of code would not have any impact on |
|
see #3118 Lines 480 to 497 in 796c011
How about just close this pull request? |
Motivation
pulsar client
UnAckedMessageTrackerwait one moretickDurationInMsto send redelivery message at timeoutModifications
Fix the formula for calculating the size of
timePartitionsthrough the parametersackTimeoutMillisandtickDurationInMsDoes this pull request potentially affect one of the following parts:
If
yeswas chosen, please highlight the changesDocumentation