stoty commented on code in PR #1875:
URL: https://github.com/apache/phoenix/pull/1875#discussion_r1643743007


##########
phoenix-core/src/test/java/org/apache/phoenix/query/BaseTest.java:
##########
@@ -454,8 +455,10 @@ protected static String 
checkClusterInitialized(ReadOnlyProps serverProps) throw
     protected static String setUpTestCluster(@Nonnull Configuration conf, 
ReadOnlyProps overrideProps) throws Exception {
         boolean isDistributedCluster = isDistributedClusterModeEnabled(conf);
         if (!isDistributedCluster) {
+            TEARDOWN_THRESHOLD.set(30);
             return initMiniCluster(conf, overrideProps);
         } else {
+            TEARDOWN_THRESHOLD.set(1);

Review Comment:
   Why would we need to track the tables by JVM ?
   These test don't run in parallel, do they ?
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to