opennms-forge / docker-horizon-core-web

🐳 Core and Web application service for Horizon by OpenNMS
MIT License
30 stars 19 forks source link

Stop opennms gracefully with SIGTERM #53

Closed indigo423 closed 5 years ago

indigo423 commented 5 years ago

When the application is stopped gracefully sending a SIGTERM using docker-compose stop the signal is not handled by the JVM and gets terminated with a SIGKILL. Refactor the entry point in a way the SIGTERM is handled properly.

indigo423 commented 5 years ago

We have to fix this issue in OpenNMS itself see here: https://issues.opennms.org/browse/NMS-10581