Repository: phoenix
Updated Branches:
  refs/heads/4.x-HBase-0.98 ed903d1bf -> 808d59622


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

Branch: refs/heads/4.x-HBase-0.98
Commit: 808d5962222b969d4821198481798a8773cc54f9
Parents: ed903d1
Author: Samarth <samarth.j...@salesforce.com>
Authored: Mon Jan 11 15:45:28 2016 -0800
Committer: Samarth <samarth.j...@salesforce.com>
Committed: Mon Jan 11 15:45:28 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/808d5962/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..f9b258b 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.shutdown();
             destroyDriver(driver);
         } finally {
             util.shutdownMiniCluster();

Reply via email to