zhanghaou commented on PR #24745:
URL: https://github.com/apache/pulsar/pull/24745#issuecomment-3310982909

   > A simple question, if I'm going to change the dedicated thread pool to 
`ForkJoinedPool` in future, could it be blocked due to the bug that is fixed in 
recent JDK versions?
   
   If use ForkJoinPool as the dedicated thread pool but not the common pool,  
even if it is blocked, the impact is localized; Unlike now when using the 
ForkJoin common pool, where the impact is global. 


-- 
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: commits-unsubscr...@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to