-
Bug
-
Resolution: Won't Fix
-
P3
-
None
-
0.9
We had a bot die to OOME over the weekend. We expected docker to react to this and restart the container, but this didn't work. The JVM process either didn't exit at all, or did not exit with return code 1, which is what docker needs to know a restart is needed.
We need to make sure the main thread keeps track of the work threads, and if all of them die, exit with 1.
We need to make sure the main thread keeps track of the work threads, and if all of them die, exit with 1.