Bug #2014
Built-in Threadpool does not decrease currenct concurrency when task throws exception
Start date:
20.07.2018
Due date:
% Done:
100%
Estimated time:
origin:
Description
Currently, in that case, concurrency is not decreased and book keeping in the threadpool might lead to an effectively single-threaded threadpool.
Fix by removing the old code and using a JDK threadpool as underlying implementation instead.