[
https://issues.apache.org/jira/browse/ASTERIXDB-3619?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17956438#comment-17956438
]
ASF subversion and git services commented on ASTERIXDB-3619:
------------------------------------------------------------
Commit 5ea8dd7a3193019b2ed0ffe52381b74ab33a6b43 in asterixdb's branch
refs/heads/master from Ali Alsuliman
[ https://gitbox.apache.org/repos/asf?p=asterixdb.git;h=5ea8dd7a31 ]
[ASTERIXDB-3619][CONF] Add cloud properties to configure HTTP client used by
cloud client
- user model changes: no
- storage format changes: no
- interface changes: no
Details:
Add the following cloud properties:
CLOUD_REQUESTS_MAX_PENDING_HTTP_CONNECTIONS.
CLOUD_REQUESTS_HTTP_CONNECTION_ACQUIRE_TIMEOUT.
- Apply the HTTP configurations to the (non-Crt) S3AsyncClient similar to the
S3Client:
- Now S3AsyncClient will use the default 1000 instead of 50 for
the number of concurrent connections.
- Allow configuring the HTTP connection acquire timeout:
- Default is increased to 2 minutes.
- Allow configuring the max HTTP pending connections:
- Default is 10000 (the same as S3 SDK default).
Ext-ref: MB-67039
Change-Id: I25ac7b00fea6433f0cb72b6bbd0f00b5356addb9
Reviewed-on: https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/19870
Tested-by: Jenkins <[email protected]>
Reviewed-by: Ali Alsuliman <[email protected]>
Reviewed-by: Hussain Towaileb <[email protected]>
> Add cloud properties to configure HTTP client used by cloud client
> ------------------------------------------------------------------
>
> Key: ASTERIXDB-3619
> URL: https://issues.apache.org/jira/browse/ASTERIXDB-3619
> Project: Apache AsterixDB
> Issue Type: Task
> Components: CONF - Configuration
> Reporter: Ali Alsuliman
> Assignee: Ali Alsuliman
> Priority: Major
>
> Add the following cloud properties:
> CLOUD_REQUESTS_MAX_PENDING_HTTP_CONNECTIONS:
> This is to configure the max number allowed to wait for HTTP connections.
> CLOUD_REQUESTS_HTTP_CONNECTION_ACQUIRE_TIMEOUT:
> This is to configure the max time to wait for acquiring an HTTP connection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)