gortiz opened a new pull request, #13619:
URL: https://github.com/apache/pinot/pull/13619

   This PR adds the ability to run multi-stage stages in different executors. 
Two executors are provided:
   - A cached thread executor, which mimics the current behavior
   - A virtual thread executor, which uses virtual threads, introduced in Java 
21.
   
   Changes in the code are pretty simple. The main problem here is that we need 
to:
   - Provide code that only compiles and is seen in Java 21.
   - Still support Java 21.
   
   Changes in the pipeline are not yet complete and that is why I open this PR 
as a draft


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