gortiz opened a new pull request, #14747: URL: https://github.com/apache/pinot/pull/14747
In StarTree we are trying virtual threads in MSE, which require Java 21. Recently I was trying to run some tests with Java 21 but using release 11 and I had a strange error in `ExecutorServiceUtils.java`. It failed with `ServiceConfigurationError` when trying to load the virtual thread executor. This PR makes the loading code more verbose but resilient by catching that exception. Probably more exceptions may need to be added in future. -- 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]
