You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by ma...@apache.org on 2015/12/11 03:44:03 UTC

[25/52] [abbrv] phoenix git commit: PHOENIX-2461 Tweak shutdown of ConnectionQueryService during testing

PHOENIX-2461 Tweak shutdown of ConnectionQueryService during testing


Project: http://git-wip-us.apache.org/repos/asf/phoenix/repo
Commit: http://git-wip-us.apache.org/repos/asf/phoenix/commit/3eb17d43
Tree: http://git-wip-us.apache.org/repos/asf/phoenix/tree/3eb17d43
Diff: http://git-wip-us.apache.org/repos/asf/phoenix/diff/3eb17d43

Branch: refs/heads/calcite
Commit: 3eb17d43fb996c034acb317395f5dd34e2a88c4c
Parents: 783ee1c
Author: James Taylor <jt...@salesforce.com>
Authored: Mon Nov 30 10:13:54 2015 -0800
Committer: James Taylor <jt...@salesforce.com>
Committed: Mon Nov 30 10:14:06 2015 -0800

----------------------------------------------------------------------
 .../apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/phoenix/blob/3eb17d43/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
----------------------------------------------------------------------
diff --git a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
index 63dfaf9..d3b3f8a 100644
--- a/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
+++ b/phoenix-core/src/it/java/org/apache/phoenix/end2end/ConnectionQueryServicesTestImpl.java
@@ -67,7 +67,7 @@ public class ConnectionQueryServicesTestImpl extends ConnectionQueryServicesImpl
                 // Since ConnectionQueryServicesTestImpl is a singleton
                 // during testing, attempt to stop the Zookeeper client
                 // service when the driver is closed.
-                if (zkClientService != null) zkClientService.stopAndWait();
+                // if (zkClientService != null) zkClientService.stopAndWait();
             } finally {
                 super.close();
             }