[
https://issues.apache.org/jira/browse/NIFI-3899?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16174749#comment-16174749
]
Joseph Gresock commented on NIFI-3899:
--------------------------------------
I simply change the 1 to a 2 on line 322 in nifi.sh:
{code:none}
- ( eval "cd ${NIFI_HOME} && ${run_nifi_cmd}" & )> /dev/null 1>&-
+ ( eval "cd ${NIFI_HOME} && ${run_nifi_cmd}" & )> /dev/null 2>&-
{code}
> nifi.sh/bootstrap hangs when controlled by Saltstack
> ----------------------------------------------------
>
> Key: NIFI-3899
> URL: https://issues.apache.org/jira/browse/NIFI-3899
> Project: Apache NiFi
> Issue Type: Bug
> Components: Tools and Build
> Affects Versions: 1.2.0, 1.3.0
> Reporter: Joseph Gresock
>
> It was reported that the changes to revert how the process was started have
> caused NiFi to hang when driven by SaltStack even with the following PR that
> resolved the two issues listed in NIFI-2199 & NIFI-3112
> This was reported here https://github.com/apache/nifi/pull/1786 in comment
> https://github.com/apache/nifi/pull/1786#issuecomment-301080248
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)