>From Rithwik Koul <[email protected]>:

Rithwik Koul has uploaded a new patch set (#5). ( 
https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21235?usp=email )


Change subject: MB-71767: Honor HTTP idle/lifetime config in S3 and GCS cloud 
clients
......................................................................

MB-71767: Honor HTTP idle/lifetime config in S3 and GCS cloud clients

- user model changes: no
- storage format changes: no
- interface changes: no

Apply an idle timeout and a lifetime cap to the Apache HttpClient pool
backing the S3 and GCS clients: a pooled connection idle longer than
cloudRequestsHttpConnectionMaxIdleSeconds is evicted, and a connection          
                                                               older than 
cloudRequestsHttpConnectionMaxLifetimeSeconds is retired on                     
                                                its next lease regardless of 
activity.

Change-Id: I52bfe3e855b654b48f4294a9cd52e59406555aeb
---
M 
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/aws/s3/S3ClientConfig.java
M 
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/aws/s3/S3CloudClient.java
M 
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/aws/s3/S3ParallelDownloader.java
M 
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/google/gcs/GCSClientConfig.java
M 
asterixdb/asterix-cloud/src/main/java/org/apache/asterix/cloud/clients/google/gcs/GCSCloudClient.java
A 
asterixdb/asterix-cloud/src/test/java/org/apache/asterix/cloud/clients/aws/s3/S3ConnectionLifecycleTest.java
A 
asterixdb/asterix-cloud/src/test/java/org/apache/asterix/cloud/clients/google/gcs/GCSConnectionLifecycleTest.java
7 files changed, 705 insertions(+), 8 deletions(-)


  git pull ssh://asterix-gerrit.ics.uci.edu:29418/asterixdb 
refs/changes/35/21235/5
--
To view, visit https://asterix-gerrit.ics.uci.edu/c/asterixdb/+/21235?usp=email
To unsubscribe, or for help writing mail filters, visit 
https://asterix-gerrit.ics.uci.edu/settings?usp=email

Gerrit-MessageType: newpatchset
Gerrit-Project: asterixdb
Gerrit-Branch: lumina
Gerrit-Change-Id: I52bfe3e855b654b48f4294a9cd52e59406555aeb
Gerrit-Change-Number: 21235
Gerrit-PatchSet: 5
Gerrit-Owner: Rithwik Koul <[email protected]>

Reply via email to