Azure/azure-storage-cpp

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

StepchenkoA opened this issue · 0 comments

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