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

[FIXED] No attempt to redeliver message if error during lookup #1061

Merged
merged 1 commit into from Jun 10, 2020

Conversation

kozlovic
Copy link
Member

During a message redelivery, if the lookup were to fail (say due
to a transient storage error), the message would be implicitly
acknowledged and no other attempt to redeliver this message would
be made.
With this change, the server will try again to redeliver at the
next redelivery interval.

Resolves #1060

Signed-off-by: Ivan Kozlovic ivan@synadia.com

During a message redelivery, if the lookup were to fail (say due
to a transient storage error), the message would be implicitly
acknowledged and no other attempt to redeliver this message would
be made.
With this change, the server will try again to redeliver at the
next redelivery interval.

Resolves #1060

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 91.875% when pulling 3eb04d4 on fix_1060 into f47739e on master.

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

@kozlovic kozlovic merged commit 44ae40f into master Jun 10, 2020
@kozlovic kozlovic deleted the fix_1060 branch June 10, 2020 17:42
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.

Error on redelivery: Error getting message for redelivery... err = unexpected EOF
3 participants