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)