[
https://issues.apache.org/jira/browse/MINIFI-194?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aldrin Piri updated MINIFI-194:
-------------------------------
Fix Version/s: cpp-0.2.0
> 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
> Fix For: cpp-0.2.0
>
>
> 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)