runzhiwang commented on pull request #1644: URL: https://github.com/apache/ozone/pull/1644#issuecomment-736541168
> So if queue is not full (and LinkedBlockgingQueue is unbounded by default) the threads will never be created. @elek Please correct me if I am wrong. If the queue is not full, it means we do not have too many tasks, then we do not need to create new thread, so maybe dynamic thread pool is also appropriate ? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
