When using a "Threads per Host" the state conductor driver currently only scales out the maximum size of its thread pool. However as it's using an unbounded queue, this doesn't result in more threads being utilized. The driver should also scale out the core thread pool to force it to utilize the full Threads per Host setting.
When using a "Threads per Host" the state conductor driver currently only scales out the maximum size of its thread pool. However as it's using an unbounded queue, this doesn't result in more threads being utilized. The driver should also scale out the core thread pool to force it to utilize the full Threads per Host setting.