Azure / azure-storage-java

Microsoft Azure Storage Library for Java
https://docs.microsoft.com/en-us/java/api/overview/azure/storage
MIT License
189 stars 163 forks source link

Async get requests to ADLSg2 do not complete #514

Open vvellanki opened 4 years ago

vvellanki commented 4 years ago

Which service(blob, file, queue, table) does this issue concern?

Blob Service

Which version of the SDK was used?

Please note that if your issue is with v11, we are recommending customers either move back to v11 or move to v12 (currently in preview) if at all possible. Hopefully this resolves your issue, but if there is some reason why moving away from v11 is not possible at this time, please do continue to ask your question and we will do our best to support you. The README for this SDK has been updated to point to more information on why we have made this decision.

v 10.4.0

What problem was encountered?

The async get request for a 1MB chunk in a blob never completed. We disabled timeouts in RequestRetryFactory - the request did not complete for a few hours.

Have you found a mitigation/solution?

No

rickle-msft commented 4 years ago

Just a quick note that I have responded to this question on the issue mentioned above.