Hello Kudu Jenkins,
I'd like you to reexamine a change. Please visit
http://gerrit.cloudera.org:8080/4598
to look at the new patch set (#2).
Change subject: KUDU-1669. Java ITClient test can orphan processes
......................................................................
KUDU-1669. Java ITClient test can orphan processes
This removes the interruption of threads, which is the reason why we were
orphaning
processes (in the ChaosThread).
Change-Id: I0085323ba9ea544488c6ce896d8627f24ea69f4b
---
M java/kudu-client/src/test/java/org/apache/kudu/client/ITClient.java
1 file changed, 2 insertions(+), 2 deletions(-)
git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/98/4598/2
--
To view, visit http://gerrit.cloudera.org:8080/4598
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings
Gerrit-MessageType: newpatchset
Gerrit-Change-Id: I0085323ba9ea544488c6ce896d8627f24ea69f4b
Gerrit-PatchSet: 2
Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-Owner: Jean-Daniel Cryans <[email protected]>
Gerrit-Reviewer: Adar Dembo <[email protected]>
Gerrit-Reviewer: Kudu Jenkins