bgaborg commented on a change in pull request #1795: HADOOP-16792: Make S3 client request timeout configurable URL: https://github.com/apache/hadoop/pull/1795#discussion_r367913573
########## File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/index.md ########## @@ -983,6 +983,12 @@ options are covered in [Testing](./testing.md). <description>Select which version of the S3 SDK's List Objects API to use. Currently support 2 (default) and 1 (older API).</description> </property> + +<property> + <name>fs.s3a.connection.request.timeout</name> + <value>0</value> + <description>Request timeout in milliseconds. Any non-positive value disables the timeout.</description> Review comment: Please describe what happens if the timeout is disabled. Is 0 a non-positive value? What will happen if the setting is 0? Also, please include what will happen if the request will time out in cases like copying several large files. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
