steveloughran commented on pull request #2932: URL: https://github.com/apache/hadoop/pull/2932#issuecomment-824936606
The reason we use wildfly in the azure and -aws JARs is for performance by picking up those native bindings. if you use wildfly ssl as your socket factory, when openssl binaries are on PATH, then it will be used. If this change takes that feature away, it's a regression which will hurt performance. Yes, that use of openssl has been brittle in the past, but it is stable now between our wildfly version and openssl 1.1.1 What does this repackaging mean in terms of integration with openssl? -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
