Grant Henke has uploaded this change for review. ( 
http://gerrit.cloudera.org:8080/17488


Change subject: [java] KUDU-3287: Improve the Java client close behavior
......................................................................

[java] KUDU-3287: Improve the Java client close behavior

This patch improves the Java client close behavior to prevent resources
that live for some time after close() has returned. It does this by
blocking ReleaseResourcesCB on shutdownGracefully. It also ensures
the internal ExecutorService is shutdown.

Change-Id: I1efdb459881bb8e52db18dc33abcece63b8e8030
---
M java/kudu-client/src/main/java/org/apache/kudu/client/AsyncKuduClient.java
M java/kudu-client/src/main/java/org/apache/kudu/client/KuduClient.java
M java/kudu-client/src/test/java/org/apache/kudu/client/TestAsyncKuduClient.java
M java/kudu-test-utils/src/main/java/org/apache/kudu/test/KuduTestHarness.java
4 files changed, 81 insertions(+), 3 deletions(-)



  git pull ssh://gerrit.cloudera.org:29418/kudu refs/changes/88/17488/1
--
To view, visit http://gerrit.cloudera.org:8080/17488
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-Project: kudu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1efdb459881bb8e52db18dc33abcece63b8e8030
Gerrit-Change-Number: 17488
Gerrit-PatchSet: 1
Gerrit-Owner: Grant Henke <granthe...@apache.org>

Reply via email to