Alexey Serbin has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17197


Change subject: [security] turn off TLS session cache
......................................................................

[security] turn off TLS session cache

As of now, a Kudu RPC connection cannot be re-established based on TLS
session.  Every connection attempt leads to negotiating a new connection
from scratch since the client should have been calling SSL_set_session()
explicitly to use a TLS session to re-establish previously used
connection.  Disabling the TLS session cache on both sides helps to
spare a bit of memory and CPU needed to maintain the cache otherwise.

Change-Id: I471b2c9dd3a406bb3604d86d28b5977289af2b09
---
M src/kudu/security/tls_context.cc
1 file changed, 9 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/97/17197/1
--
To view, visit http://gerrit.cloudera.org:8080/17197
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I471b2c9dd3a406bb3604d86d28b5977289af2b09
Gerrit-Change-Number: 17197
Gerrit-PatchSet: 1
Gerrit-Owner: Alexey Serbin <[email protected]>

Reply via email to