Dan Burkert has posted comments on this change. Change subject: [java-client]: support for Kerberized RPC ......................................................................
Patch Set 1: (2 comments) http://gerrit.cloudera.org:8080/#/c/5150/1/java/kudu-client/src/test/java/org/apache/kudu/client/MiniKuduCluster.java File java/kudu-client/src/test/java/org/apache/kudu/client/MiniKuduCluster.java: Line 495: LOG.warn(String.format("Could not delete path %s", path), e); > Missed this question? Correct, the old call would fail to print the exception. http://gerrit.cloudera.org:8080/#/c/5150/2/java/kudu-client/src/test/java/org/apache/kudu/client/TestMiniKuduCluster.java File java/kudu-client/src/test/java/org/apache/kudu/client/TestMiniKuduCluster.java: Line 26: private static final int DEFAULT_NUM_MASTERS = 3; > Why? 1 was the original value. I had accidentally left it set to 3 when I was testing. -- To view, visit http://gerrit.cloudera.org:8080/5150 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I5131edb1f2bda443f7980a4aad86362666b3b6f5 Gerrit-PatchSet: 1 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Jean-Daniel Cryans <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Tidy Bot Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
