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.
Updated by Henning Blohm over 6 years ago
- Status changed from In Progress to Resolved
- % Done changed from 0 to 100
Applied in changeset z2-core:e081ed06823e6dc368d9f475e837ec6ea14f4750.