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:13:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-8932?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16533098#comment-16533098 ] 

Ivan Yani commented on IGNITE-8932:
-----------------------------------

[~ntikhonov] [~ntikhonov@apache.org]

> 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
>            Priority: Major
>
> 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)