Skip to content
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

Cherry-pick PRs for v2.10.14-RC.7 #5304

Merged
merged 2 commits into from
Apr 11, 2024
Merged

Cherry-pick PRs for v2.10.14-RC.7 #5304

merged 2 commits into from
Apr 11, 2024

Conversation

neilalexander
Copy link
Member

@neilalexander neilalexander commented Apr 11, 2024

@neilalexander neilalexander changed the base branch from main to release/v2.10.14 April 11, 2024 17:19
…kwards. (#5305)

When we fail to deliver a message, we were not checking if this was a
redelivery already and would decrement o.sseq, meaning we would pick up
the same message after the next redelivery and would have a delivered
count of 1.

This could lead to a message being delivered from the redelivery queue,
but that could fail, then you would see same message twice, first with
dc of 2, then 1.

Now app only gets one copy with delivery count of 2.

Signed-off-by: Derek Collison <[email protected]>

---------

Signed-off-by: Tomasz Pietrek <[email protected]>
Signed-off-by: Derek Collison <[email protected]>
Co-authored-by: Tomasz Pietrek <[email protected]>
@wallyqs wallyqs marked this pull request as ready for review April 11, 2024 19:32
@wallyqs wallyqs requested a review from a team as a code owner April 11, 2024 19:32
Copy link
Member

@derekcollison derekcollison left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@wallyqs wallyqs merged commit fdbc9c3 into release/v2.10.14 Apr 11, 2024
3 of 4 checks passed
@wallyqs wallyqs deleted the neil/21014rc7 branch April 11, 2024 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants