xy720 commented on PR #34988: URL: https://github.com/apache/doris/pull/34988#issuecomment-2117233313
> It's said that java.util.concurrent.ForkJoinPool may degrade performance. Please confirm whether the changes here involve high-frequency operations. > https://stackoverflow.com/questions/20288379/analysis-performance-of-forkjoinpool As we discussed, the pr will not affect performance. No longer use the global only thread pool here, but instead use its own thread pool separately. -- 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]
