Luke Cwik created BEAM-10158:
--------------------------------
Summary: [Python] Reuse a shared unbounded thread pool
Key: BEAM-10158
URL: https://issues.apache.org/jira/browse/BEAM-10158
Project: Beam
Issue Type: Improvement
Components: sdk-py-core
Reporter: Luke Cwik
Assignee: Luke Cwik
During testing we create a lot of thread pools many of which we don't shutdown
which can lead to thread exhaustion on some machiens.
Swapping to use a shared thread pool will decrease the memory overhead for
these unused threads and allow for greater reuse.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)