[
https://issues.apache.org/jira/browse/MINIFI-124?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15602720#comment-15602720
]
ASF subversion and git services commented on MINIFI-124:
--------------------------------------------------------
Commit 94253ffdc2d86ffa7d81d1d899eb3d2bc9142891 in nifi-minifi-cpp's branch
refs/heads/master from codingogre
[ https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;h=94253ff ]
JIRA MINIFI-124. -The active_pid() function kill -s 0 <PID> returns 0 on
success (PID is currently running), yet the if statement in stop case statement
is checking for 0 as a failure condition.
This closes #21.
Signed-off-by: Aldrin Piri <[email protected]>
> minifi.sh script does not shutdown minifi-cpp at all
> ----------------------------------------------------
>
> Key: MINIFI-124
> URL: https://issues.apache.org/jira/browse/MINIFI-124
> Project: Apache NiFi MiNiFi
> Issue Type: Bug
> Components: Management
> Affects Versions: cpp-0.0.1
> Reporter: Shawn Hooton
> Assignee: Shawn Hooton
> Priority: Minor
> Fix For: 0.1.0
>
>
> In minifi.sh in the active_pid() function kill -s 0 <PID> returns 0 on
> success (the PID is running), yet the if statement in the stop case statement
> is checking for 0 as a failure condition (minifi not running).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)