You are viewing a plain text version of this content. The canonical link for it is here.
Posted to oak-issues@jackrabbit.apache.org by "Matt Ryan (Jira)" <ji...@apache.org> on 2020/07/17 00:17:00 UTC

[jira] [Created] (OAK-9142) AzureDataStore should use concurrent request count for all API calls

Matt Ryan created OAK-9142:
------------------------------

             Summary: AzureDataStore should use concurrent request count for all API calls
                 Key: OAK-9142
                 URL: https://issues.apache.org/jira/browse/OAK-9142
             Project: Jackrabbit Oak
          Issue Type: Improvement
          Components: blob-cloud-azure
    Affects Versions: 1.32.0
            Reporter: Matt Ryan
            Assignee: Matt Ryan


The Azure concurrent request count option, settable in the request options, is not used for most web API requests but could easily be used for all of them by default.  We should change the code in {{getAzureContainer()}} to automatically use the configured concurrent request count, if provided, or the default value otherwise.

Additionally, we should validate the configuration value and enforce it within a range.  The suggested range is a minimum value of 2 and a max of 50.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)