]
Tristan Tarrant updated ISPN-10371:
-----------------------------------
Fix Version/s: 10.0.1.Final
(was: 10.0.0.Final)
Refactor ProtocolServer thread pools
------------------------------------
Key: ISPN-10371
URL:
https://issues.jboss.org/browse/ISPN-10371
Project: Infinispan
Issue Type: Sub-task
Components: Server
Reporter: Will Burns
Priority: Major
Fix For: 10.0.1.Final
Today we have protocol servers for REST/Hotrod/Memcached etc. These use their own pools
of default sizes of 160 threads. These pools should be completely removed and use the
appropriate thread pool from the cache manager itself. We can't really touch the Netty
pools, but with the single port luckily this will consolidate the netty thread pool down
to 1 for all protocols combined which is good.