Hi,

The DefaultWorkManager has a pool size of 10. If i submit more than 10
long running units of work i dont know that the Threads > 10 are
waiting. Can some message be printed in log so that i can know that
the pool is fully consumed and Work instances are waiting for
execution.

The PooledExecutor getPoolSize() gives the size of pool currently consumed
If so can this check can be added to WorkExecutorPoolImpl to check the
pool size during execution?

If i need to increase the pool size is it enough to redeploy
DefaultWorkManager GBean?

Regards
Krishnakumar B

Reply via email to