Hao Hao has uploaded this change for review. ( http://gerrit.cloudera.org:8080/9071
Change subject: [java] add test to reproduce KUDU-2267 ...................................................................... [java] add test to reproduce KUDU-2267 Currently, if a master has never been a leader from the very start of the cluster, it has just self-signed cert. In that case if a client does not have any valid Kerberos credential but only authenticated token, then the client may see negotiaition failure error and is not able to connect that masters. This patch add a test to reproduce this issue in TestSecurity. Change-Id: I4879749988dc884fe81cf36838819379db91ae72 --- M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java M java/kudu-client/src/main/java/org/apache/kudu/client/ConnectToCluster.java M java/kudu-client/src/test/java/org/apache/kudu/client/TestSecurity.java 3 files changed, 59 insertions(+), 5 deletions(-) git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/71/9071/1 -- To view, visit http://gerrit.cloudera.org:8080/9071 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: kudu Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I4879749988dc884fe81cf36838819379db91ae72 Gerrit-Change-Number: 9071 Gerrit-PatchSet: 1 Gerrit-Owner: Hao Hao <[email protected]>
