Jean-Daniel Cryans has posted comments on this change.

Change subject: KUDU-1669. Java client tests leak orphan processes (part 2)
......................................................................


Patch Set 1:

(2 comments)

http://gerrit.cloudera.org:8080/#/c/4636/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:

PS1, Line 359: catch (InterruptedException ex) {
             :       // We still need to finish cleaning up.
             :     }
> This isn't quite correct; if we are interrupted (not that we should be, but
I guess if we really really want to be clean then yeah we'll have to wrap those 
individually. As you can see, I didn't want to go there.


Line 363:       thread.interrupt();
> It would be nice to avoid using thread interruption here too. I wonder: if 
Checking...


-- 
To view, visit http://gerrit.cloudera.org:8080/4636
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I61d33ca2339048a51acfbb35f5b71e827d3a47f7
Gerrit-PatchSet: 1
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans <jdcry...@apache.org>
Gerrit-Reviewer: Adar Dembo <a...@cloudera.com>
Gerrit-Reviewer: Jean-Daniel Cryans <jdcry...@apache.org>
Gerrit-Reviewer: Kudu Jenkins
Gerrit-HasComments: Yes

Reply via email to