Azure / Azure/azure-storage-cpplite

upload_block_blob_from_buffer throw "Resource temporarily unavailable" exception after ~32000 blob uploads

Open
#120 15 comments 0 reactions 0 assignees View on GitHub
bug
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.