Opensearch restarts on Openshift On-Premises

Hello Dominik,

thank you for bringing this up. We are also running Opensearch in our Kubernetes cluster and
see many container restarts per day with the message “Killing opensearch process 10” out of nowhere.

I followed your advice to split up the trap in the entrypoint script and can confirm that it is triggered
because of a SIGCHLD signal. I took a step further and removed the Opensearch and Performance analyzer processes from the script and even then it received a SIGCHLD without any running child process.

There is also this thread on your forum which probably seems to have the same issue?

Something weird is going on when running this container image and it would be great if you guys could
fix this problem. In our case removing CHLD from the trap in the entrypoint script works for now.