[infinispan-issues] [JBoss JIRA] (ISPN-11784) Combine netty and non blocking thread pools
Will Burns (Jira)
issues at jboss.org
Wed May 6 08:50:57 EDT 2020
Will Burns created ISPN-11784:
---------------------------------
Summary: Combine netty and non blocking thread pools
Key: ISPN-11784
URL: https://issues.redhat.com/browse/ISPN-11784
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Will Burns
Fix For: 11.0.0.Final
We cannot simply drop in our non blocking thread pool as an executor for netty io event loop group. The reason is because Netty takes over control of that thread and only runs tasks submitted to its various event loops. To consolidate these we need to replace our non blocking thread pool with the netty thread pool so it can awake the thread to process tasks.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
More information about the infinispan-issues
mailing list