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

[BUG] Storage operations are hanging #44833

Closed
shaibs3 opened this issue Jul 2, 2024 · 5 comments
Closed

[BUG] Storage operations are hanging #44833

shaibs3 opened this issue Jul 2, 2024 · 5 comments
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. issue-addressed Workflow: The Azure SDK team believes it to be addressed and ready to close. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)

Comments

@shaibs3
Copy link

shaibs3 commented Jul 2, 2024

Library name and version

Azure.Identity 1.12.0

Describe the bug

Azure.Identity version 1.12.0 causes the services to hang upon storage operations
Recently i upgraded the Azure.Identity NuGet from version 1.1.14 to 1.12.0 and started to experience problems when performing io operations vs the storage account (mostly reading and writing blobs). the services depending in this NuGet just hanged and didn't complete their read, write operations. i had to downgrade the NuGet back to 1.1.14 where things work as expected.

Expected behavior

IO operations (read and writing blobs form a storage account) don't hang. i.e calling to BlobClient.OpenWriteAsync will result in a response

Actual behavior

IO operations (read and writing blobs form a storage account) hang. i.e calling to BlobClient.OpenWriteAsync hangs and no response recieved

Reproduction Steps

use azure,identity 1.12.0 and try to read io operations on storage blobs such as BlobClient.OpenWriteAsync, the operation hangs (not all the time)

Environment

No response

@github-actions github-actions bot added customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Jul 2, 2024
@jsquire jsquire added Storage Storage Service (Queues, Blobs, Files) Service Attention Workflow: This issue is responsible by Azure service team. Client This issue points to a problem in the data-plane of the library. needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. labels Jul 2, 2024
Copy link

github-actions bot commented Jul 2, 2024

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @xgithubtriage.

@jsquire jsquire changed the title [BUG] [BUG] Storage operations are hanging Jul 2, 2024
@PixelByProxy
Copy link

PixelByProxy commented Jul 2, 2024

I experienced this also, there is a request timeout in Azure.Core as described in this issue #44817

@jsquire
Copy link
Member

jsquire commented Jul 16, 2024

This was traced back to a bug in Azure.Core which has been fixed in v1.41.0. Until the Storage packages are released with an updated Core reference, mitigation is to take a direct reference to Core in your application.

@jsquire jsquire added the issue-addressed Workflow: The Azure SDK team believes it to be addressed and ready to close. label Jul 16, 2024
Copy link

Hi @shaibs3. Thank you for opening this issue and giving us the opportunity to assist. We believe that this has been addressed. If you feel that further discussion is needed, please add a comment with the text "/unresolve" to remove the "issue-addressed" label and continue the conversation.

@github-actions github-actions bot removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Jul 16, 2024
Copy link

Hi @shaibs3, since you haven’t asked that we /unresolve the issue, we’ll close this out. If you believe further discussion is needed, please add a comment /unresolve to reopen the issue.

@github-actions github-actions bot locked and limited conversation to collaborators Oct 21, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. issue-addressed Workflow: The Azure SDK team believes it to be addressed and ready to close. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

3 participants