Azure / azure-sdk-for-net

This repository is for active development of the Azure SDK for .NET. For consumers of the SDK we recommend visiting our public developer docs at https://learn.microsoft.com/dotnet/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-net.
MIT License
5.17k stars 4.53k forks source link

[BUG] Storage operations are hanging #44833

Open shaibs3 opened 3 days ago

shaibs3 commented 3 days ago

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[bot] commented 3 days ago

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

PixelByProxy commented 2 days ago

I experienced this also, there is a request timeout in Azure.Core as described in this issue https://github.com/Azure/azure-sdk-for-net/issues/44817