Repository: phoenix
Updated Branches:
  refs/heads/master 42736973b -> b8264a3c9


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/b8264a3c
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/b8264a3c
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/b8264a3c

Branch: refs/heads/master
Commit: b8264a3c997adfa4799f579c301b47bef30c7a3a
Parents: 4273697
Author: Samarth <samarth.j...@salesforce.com>
Authored: Mon Jan 11 15:43:44 2016 -0800
Committer: Samarth <samarth.j...@salesforce.com>
Committed: Mon Jan 11 15:43:44 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/b8264a3c/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();

Reply via email to