wangning has uploaded this change for review. ( http://gerrit.cloudera.org:8080/16887
Change subject: [java] allow disable TLS transportation from java client ...................................................................... [java] allow disable TLS transportation from java client In a cluster which is running in intranet, security is less concerned than perfromance cause port is not exposed. And to disable TLS from server side requires to reboot cluster, it's a big burden for a working cluster. Also, on JAVA8 the TLS cipher perfromance is poor[1]. This commit introduced DISABLE_KUDU_CLIENT_TLS environment to allow disable TLS transportation when talking to server. [1] https://issues.apache.org/jira/browse/KUDU-3133 Change-Id: I762b9d6ef9257a7853684dd0aef315e5c5bba8ed --- M java/kudu-client/src/main/java/org/apache/kudu/client/Negotiator.java 1 file changed, 15 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/87/16887/1 -- To view, visit http://gerrit.cloudera.org:8080/16887 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I762b9d6ef9257a7853684dd0aef315e5c5bba8ed Gerrit-Change-Number: 16887 Gerrit-PatchSet: 1 Gerrit-Owner: wangning <[email protected]>
