You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2022/07/25 20:17:46 UTC

[GitHub] [accumulo] dlmarion commented on pull request #2825: Cache SSLContext

dlmarion commented on PR #2825:
URL: https://github.com/apache/accumulo/pull/2825#issuecomment-1194576329

   I removed the caching in f8583e0 and the TLS handshakes remained at 2. Looking at what @ctubbsii referenced, it looks like the incorrect `SslConnectionParams.hashCode` caused a different `ThriftTransportKey.hashCode` which means that a new connection was being created due to a `miss` in the `ThriftTranportPool`.


-- 
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: notifications-unsubscribe@accumulo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org