Skip to content

agent: fix message delivery in case one of the connections has no snd queue for any reason - it could break delivery to all connections #1585

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

Merged
merged 5 commits into from
Jul 10, 2025

Conversation

epoberezkin
Copy link
Member

@epoberezkin epoberezkin commented Jul 9, 2025

This change delays failing with CONN SIMPLEX error until later, to make sure that connections that reference the message body can use it. While this does not address the unknown root cause of CONN SIMPLEX error, it compensates for it, allowing delivery in case the first connection happens to be CONN SIMPLEX (which can be any connection, as we sort them randomly, and it resulted in complete failure to deliver some messages to the groups)

@epoberezkin epoberezkin requested a review from spaced4ndy as a code owner July 9, 2025 21:32
… queue for any reason - it could break delivery to all connections
@epoberezkin epoberezkin merged commit 99e59b7 into master Jul 10, 2025
2 of 4 checks passed
@epoberezkin epoberezkin deleted the ep/fix-delivery branch July 10, 2025 09:21
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.

1 participant