Todd Lipcon has submitted this change and it was merged. Change subject: java: support TLS_AUTHENTICATION_ONLY ......................................................................
java: support TLS_AUTHENTICATION_ONLY This is tested by a new unit test. Unfortunately an integration test is slightly tricky since the daemons run on a different loopback IP than they connect from. Change-Id: I3c0dcca560a4a96a449fc0f5324e404f10247905 Reviewed-on: http://gerrit.cloudera.org:8080/6087 Tested-by: Kudu Jenkins Reviewed-by: Alexey Serbin <[email protected]> Reviewed-by: Dan Burkert <[email protected]> --- M java/kudu-client/src/main/java/org/apache/kudu/client/Negotiator.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestNegotiator.java 2 files changed, 77 insertions(+), 10 deletions(-) Approvals: Dan Burkert: Looks good to me, approved Alexey Serbin: Looks good to me, but someone else must approve Kudu Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/6087 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3c0dcca560a4a96a449fc0f5324e404f10247905 Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Todd Lipcon <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]>
