[BUG] Storage operations are hanging #44833
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)
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
The text was updated successfully, but these errors were encountered: