kgyrtkirk opened a new pull request, #17718:
URL: https://github.com/apache/druid/pull/17718

   most of the time msq tests are not even using the cpu - they are just 
waiting...
   
   the following are changed to increase their speed to be comparable to the 
native engine's tests:
   * `MSQWorkerTaskLauncher` was wasting a lot of time waiting a `100ms` 
between checks
   * segments are not anymore reindexed every time they are accessed
   * made an executor static - to avoid polluting the jvm with left behind 
threads
   
   this have enabled to execute `*Calcite*` in the msq module in `52s` instead 
of the usual `6 min 32 sec`
   
   
   
   


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