[
https://issues.apache.org/jira/browse/ASTERIXDB-3623?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17985651#comment-17985651
]
ASF subversion and git services commented on ASTERIXDB-3623:
------------------------------------------------------------
Commit ef7c1e1c3691d504c54063e8869a478161ff669b in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=ef7c1e1c36 ]
[ASTERIXDB-3623][OTH] Wait for submitted cloud requests on exceeding max
pending HTTP connections
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
When downloading files in parallel, download up to max allowed pending,
then wait for them to (acquire a connection and) finish.
Continue with the rest.
Ext-ref: MB-67243
Change-Id: Ifd1a30c6eed5f316a2d7a17b685f537c24e6c0d2
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19954
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Murtadha Hubail <[email protected]>
Integration-Tests: Jenkins <[email protected]>
Tested-by: Jenkins <[email protected]>
> Consider max allowed pending when downloading files from cloud in parallel
> --------------------------------------------------------------------------
>
> Key: ASTERIXDB-3623
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3623
> Project: Apache AsterixDB
> Issue Type: Bug
> Components: OTH - Other
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
>
> Trying to download files > max number of allowed pending HTTP connections all
> at once could fail the operation directly since it will be exceeding what's
> allowed to wait for HTTP connections.
> When downloading files in parallel, download up to max allowed pending, then
> wait for them to finish. Continue with the rest.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)