]
Tristan Tarrant updated ISPN-11292:
-----------------------------------
Fix Version/s: 11.0.0.Beta1
(was: 11.0.0.Alpha1)
Add in (non)blocking thread pools
---------------------------------
Key: ISPN-11292
URL:
https://issues.redhat.com/browse/ISPN-11292
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Beta1
We should remove the ASYNC_OPERATIONS_EXECUTOR and PERSISTENCE_EXECUTOR components and
replace them with a NON_BLOCKING_EXECUTOR and BLOCKING_EXECUTOR or something similarly
named.
We should probably default the NON_BLOCKING_EXECUTOR to 2 * numCPU and blocking to 100?
The queue size should be a bit bigger for blocking as compared to non blocking. The parser
should allow these to be changed as other executors are currently.