Azure / Azure/azure-storage-cpplite
upload_block_blob_from_buffer throw "Resource temporarily unavailable" exception after ~32000 blob uploads
- Dominant language
- C++
- Stars
- 26
- Forks
- 50
- PR merge metrics
- No merged PRs in 30d
Description
I debugged it a little bit, the exception was thrown at:
context->task_futures.emplace_back(std::async(std::launch::async, thread_upload_func));
Once this condition happened, I could not recover from it. I created a new blob_client and tried to use it, but I still get the exception.
This is running on Ubuntu:
LSB Version: core-9.20160110ubuntu0.2-amd64:core-9.20160110ubuntu0.2-noarch:security-9.20160110ubuntu0.2-amd64:security-9.20160110ubuntu0.2-noarch
Distributor ID: Ubuntu
Description: Ubuntu 16.04.2 LTS
Release: 16.04
Codename: xenial
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.