You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Martin Zink (Jira)" <ji...@apache.org> on 2023/06/20 08:40:00 UTC

[jira] [Created] (MINIFICPP-2141) ThreadPool::manageWorkers thread safety issue

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)