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

[azservicebus] Updating to handle disposition hang fix #18530

Conversation

richardpark-msft
Copy link
Member

Applying patch from Azure/go-amqp#171

The disposition functions, which we use for message settlement, can hang if the link is closed. The issue here is message disposition's initial send is done through the session and connection, which means a dead link won't be detected.

When this happens we end up blocking on a channel that won't be closed since the disposition response will never come back.

@richardpark-msft
Copy link
Member Author

/azp run go - azservicebus

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@richardpark-msft richardpark-msft enabled auto-merge (squash) July 5, 2022 23:30
@richardpark-msft richardpark-msft merged commit 1c7431f into Azure:release/azservicebus/v1 Jul 5, 2022
@richardpark-msft richardpark-msft deleted the sb-hotfix-disposition-hang branch July 5, 2022 23:46
@mgevantmakher
Copy link

mgevantmakher commented Oct 14, 2022

Hello Richard, would you tag a release, this bug you cloud is critical for us, we hit this several times already
@richardpark-msft @jhendrixMSFT

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