]
Work on ISPN-11784 started by Will Burns.
-----------------------------------------
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
Assignee: Will Burns
Priority: Major
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.