Skip to content

Commit

Permalink
HADOOP-19317. review feedback
Browse files Browse the repository at this point in the history
Change-Id: I7e511aae105dbcd6a1f33cefb00ed531b265cb9c
  • Loading branch information
steveloughran committed Nov 19, 2024
1 parent f56874c commit 79a4cbf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ See [Timeouts](performance.html#timeouts).
The S3A connector uses [Apache HttpClient](https://hc.apache.org/index.html) to connect to
S3 Stores.
The client is configured to create a pool of HTTP connections with S3, so that once
the initial set of connections have been made they can re-used for followup operations.
the initial set of connections have been made they can be re-used for followup operations.

Core aspects of pool settings are:
* The pool size is set by `fs.s3a.connection.maximum` -if a process asks for more connections than this then
Expand Down

0 comments on commit 79a4cbf

Please sign in to comment.