-
Bug Report
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
That means the queue size is Integer.MAX_VALUE by default. This has two effects:
- Jobs will always immediately be acquired, regardless how full the queue already is
- The thread pool will never grow beyond core pool size, because that only happens when the queue is full