mcvsubbu commented on a change in pull request #3470: [PINOT-7328] Reduce lock 
contention in physical planning phase by reducing the total number of tasks
URL: https://github.com/apache/incubator-pinot/pull/3470#discussion_r234041301
 
 

 ##########
 File path: 
pinot-core/src/test/java/com/linkedin/pinot/core/plan/CombinePlanNodeTest.java
 ##########
 @@ -36,7 +36,7 @@
   @Test
   public void testParallelExecution() {
     AtomicInteger count = new AtomicInteger(0);
-    int numPlans = 42;
+    int numPlans = 99;
 
 Review comment:
   may also be useful to pick multiple numPlans values and run the test in a 
loop for a few different ones.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to