]
Radim Vansa updated ISPN-9421:
------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
Server workers configuration not applied
----------------------------------------
Key: ISPN-9421
URL:
https://issues.jboss.org/browse/ISPN-9421
Project: Infinispan
Issue Type: Bug
Components: Remote Protocols, Server
Affects Versions: 9.4.0.Beta1, 9.3.1.Final
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Fix For: 9.4.0.Final
The protocol servers never pass the configured worker threads to the netty event loops
which default to 2 * available cpus (as counted by the JDK, which might not take
cgroup/cfs quotas into account)..