You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Yani (JIRA)" <ji...@apache.org> on 2018/07/04 23:12:00 UTC

[jira] [Created] (IGNITE-8932) Docker image: doesn't handle SIGTERM

Ivan Yani created IGNITE-8932:
---------------------------------

             Summary: Docker image: doesn't handle SIGTERM
                 Key: IGNITE-8932
                 URL: https://issues.apache.org/jira/browse/IGNITE-8932
             Project: Ignite
          Issue Type: Bug
            Reporter: Ivan Yani


So there's this "pid 1" issue with ignite image published on docker hub. The problem manifests in not being able to send SIGTERM to ignite java process.

The reason of this issue is that the signal is sent to the shell script which start ignite, not ignite itself. To fix the issue you need to use "exec" in bash script to replace bash process with java process.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)