kgyrtkirk commented on code in PR #17718:
URL: https://github.com/apache/druid/pull/17718#discussion_r1953846880


##########
extensions-core/multi-stage-query/src/test/java/org/apache/druid/msq/test/MSQTestControllerContext.java:
##########
@@ -353,13 +354,19 @@ public WorkerManager newWorkerManager(
       WorkerFailureListener workerFailureListener
   )
   {
+    MSQWorkerTaskLauncherConfig taskLauncherConfig = new 
MSQWorkerTaskLauncherConfig();
+    taskLauncherConfig.highFrequenceCheckMillis = 0;

Review Comment:
   setting it to 1 adds `1s` for ~500 cases; it would be nice if it would 
execute a `sleep(0)` instead of skipping the sleep entirely
   
   set it to `1` for now



-- 
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]


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

Reply via email to