Azure / azure-storage-cpp

Microsoft Azure Storage Client Library for C++
http://azure.github.io/azure-storage-cpp
Apache License 2.0
131 stars 147 forks source link

Can't upload big blobs (more than 10GB) due network issues #392

Open StepchenkoA opened 3 years ago

StepchenkoA commented 3 years ago

Azure SDK(7.3.1), Cpprest(2.10.16), Boost 1.73 (Linux) Linux (RHEL 7.0), Windows 2012

Uploading is stopped due network issues:

Linux: 'Error resolving address" or "Failed to connect to any resolved endpoint"

Windows: WinHttpWriteData: 12002: The operation timed out

With smaller blobs all upload operations are correct.

Setting of Parallelism factor to 1 (request_options.set_parallelism_factor(1)) didn't resolve the problem