mirror of https://github.com/apache/activemq.git
fe5164a404
Fixing a race condition in TaskRunnerFactory where if multiple threads call createTaskRunner() at the same time some threads might see the executor as null (if it hasn't finished initializing) leading to the creation of extra DedicatedTaskRunner objects instead of sharing a PooledTaskRunner. |
||
---|---|---|
.. | ||
src | ||
pom.xml |