klsince opened a new pull request, #10369:
URL: https://github.com/apache/pinot/pull/10369

   This PR exposes some configs to customize the httpclient used to create 
s3client, when to init the S3PinotFS. 
   
   ## Release Note ##
   the exposed httpclient configs are 
   `httpclient.maxConnections`, e.g. 100 (this is more required for now. when 
we increased helixExecutorTask thread number via STATE_TRANSITION.maxThreads to 
load segments with more threads, some threads threw exceptions about timeout to 
get a http conn to download raw segments from deep store)
   
   `httpclient.socketTimeout`, e.g. PT10S
   `httpclient.connectionTimeout`, e.g. PT20S
   `httpclient.connectionTimeToLive`, e.g. T30S
   `httpclient.connectionAcquisitionTimeout`, e.g. PT40S
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to