Arpad Boda created MINIFICPP-1185:
-------------------------------------
Summary: Remove moodycamel::concurrentqueue from threadpool
Key: MINIFICPP-1185
URL: https://issues.apache.org/jira/browse/MINIFICPP-1185
Project: Apache NiFi MiNiFi C++
Issue Type: Bug
Affects Versions: 0.7.0
Reporter: Arpad Boda
Assignee: Arpad Boda
Fix For: 0.8.0
MoodyCamel::ConcurrentQueue uses thread locals and prefers them when enqueueing
and dequeueing from the same thread. In this edgecase the queue doesn't behave
like a queue, but like a stack, causing starvation in threadpool under special
circumstances.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)