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] Possible stall of queue member #863

Merged
merged 1 commit into from
Jun 28, 2019
Merged

[FIXED] Possible stall of queue member #863

merged 1 commit into from
Jun 28, 2019

Conversation

kozlovic
Copy link
Member

In some situations, it could be possible for a queue member to
appear stalled eventhough there are still messages to be delivered
and the member is not actually stalled (number of pending lower than
maxInflight). Sending new messages or starting a new member would
unstall it.

Resolves #862

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

In some situations, it could be possible for a queue member to
appear stalled eventhough there are still messages to be delivered
and the member is not actually stalled (number of pending lower than
maxInflight). Sending new messages or starting a new member would
unstall it.

Resolves #862

Signed-off-by: Ivan Kozlovic <ivan@synadia.com>
@kozlovic kozlovic requested a review from derekcollison June 28, 2019 19:26
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 fb51a98 into master Jun 28, 2019
@kozlovic kozlovic deleted the fix_862 branch June 28, 2019 20:00
@coveralls
Copy link

Coverage Status

Coverage decreased (-0.08%) to 91.943% when pulling 9f4c6d3 on fix_862 into bebb9c0 on master.

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.

Queue member may stalls when a member leaves
3 participants