Martin Zink created MINIFICPP-2141:
--------------------------------------
Summary: ThreadPool::manageWorkers thread safety issue
Key: MINIFICPP-2141
URL: https://issues.apache.org/jira/browse/MINIFICPP-2141
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Reporter: Martin Zink
Assignee: Martin Zink
ThreadPool::manageWorkers() starts with filling outĀ
thread_queue_ with worker threads, but does that without locking theĀ
manager_mutex_ or the worker_queue_mutex_.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)