marco polo created MINIFI-194:
---------------------------------
Summary: Startup issue when using sig handler
Key: MINIFI-194
URL: https://issues.apache.org/jira/browse/MINIFI-194
Project: Apache NiFi MiNiFi
Issue Type: Bug
Components: C++
Reporter: marco polo
Assignee: marco polo
Minifi used a lock within the signal handler. This caused issues because the
signal handler is asynchronous, thus causing shut down issues. Using a
semaphore allowed us to bypass the problem since they can be used
asynchronously.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)