Dan Burkert has posted comments on this change. Change subject: KUDU-2130: java client: handle termination during negotiation edge case ......................................................................
Patch Set 2: (3 comments) http://gerrit.cloudera.org:8080/#/c/7960/1/java/kudu-client/src/main/java/org/apache/kudu/client/Connection.java File java/kudu-client/src/main/java/org/apache/kudu/client/Connection.java: Line 264 > If you believe this is not the case, then the next line of Preconditions.ch I've moved these to after the while loop. Line 296 > I would update it to be: I removed this because it was statically true; it comes after a while loop with the negation of this condition. PS1, Line 270: tate != State.TERMINATED > And adding an extra check Done -- To view, visit http://gerrit.cloudera.org:8080/7960 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I3e9d4a6535ae82973743e4ac1071de0aac92b08b Gerrit-PatchSet: 2 Gerrit-Project: kudu Gerrit-Branch: master Gerrit-Owner: Dan Burkert <[email protected]> Gerrit-Reviewer: Adar Dembo <[email protected]> Gerrit-Reviewer: Alexey Serbin <[email protected]> Gerrit-Reviewer: Dan Burkert <[email protected]> Gerrit-Reviewer: Kudu Jenkins Gerrit-Reviewer: Todd Lipcon <[email protected]> Gerrit-HasComments: Yes
