Repository: phoenix Updated Branches: refs/heads/4.x-HBase-1.0 87a098c48 -> 3c22a0401
Shutdown thread pool as it might be preventing JVM from shutting down Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3c22a040 Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3c22a040 Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3c22a040 Branch: refs/heads/4.x-HBase-1.0 Commit: 3c22a0401bb939c2cd4a317a345477b09a59a185 Parents: 87a098c Author: Samarth <[email protected]> Authored: Sat Jan 9 19:04:51 2016 -0800 Committer: Samarth <[email protected]> Committed: Sat Jan 9 19:04:51 2016 -0800 ---------------------------------------------------------------------- .../org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/phoenix/blob/3c22a040/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java ---------------------------------------------------------------------- diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java index 7350520..df28e65 100644 --- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java +++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/index/DropIndexDuringUpsertIT.java @@ -97,6 +97,7 @@ public abstract class DropIndexDuringUpsertIT extends BaseTest { @After public void tearDown() throws Exception { try { + service.shutdownNow(); destroyDriver(driver); } finally { util.shutdownMiniCluster();
