steveloughran commented on a change in pull request #970: HADOOP-16371: Option to disable GCM for SSL connections when running on Java 8 URL: https://github.com/apache/hadoop/pull/970#discussion_r295216379
########## File path: hadoop-tools/hadoop-aws/src/site/markdown/tools/hadoop-aws/performance.md ########## @@ -516,3 +516,29 @@ With an object store this is slow, and may cause problems if the caller expects an immediate response. For example, a thread may block so long that other liveness checks start to fail. Consider spawning off an executor thread to do these background cleanup operations. + +## <a name="coding"></a> Tuning SSL Performance + +By default, S3A uses HTTPS to communicate with S3. This means that all Review comment: communicate with AWS Services. ---------------------------------------------------------------- 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]
