You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Gábor Gyimesi (Jira)" <ji...@apache.org> on 2021/10/04 13:47:00 UTC

[jira] [Created] (MINIFICPP-1658) Minifi starter script should handle signals in docker container

Gábor Gyimesi created MINIFICPP-1658:
----------------------------------------

             Summary: Minifi starter script should handle signals in docker container
                 Key: MINIFICPP-1658
                 URL: https://issues.apache.org/jira/browse/MINIFICPP-1658
             Project: Apache NiFi MiNiFi C++
          Issue Type: Bug
            Reporter: Gábor Gyimesi
            Assignee: Gábor Gyimesi


Minifi docker image is started with the entrypoint using minifi.sh script with run parameter. The script currently does not pass SIGINT or SIGTERM signals to the minifi process when run in docker. This prevents us from stopping the container using CTRL+C when running locally and also terminating the container in a Kubernetes environment when stopping the pods with SIGTERM, resulting in waiting for the grace period to end in every shutdown process.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)