Skip to content

Commit 8c442ab

Browse files
authored
(Doc+) Terminating Exit Codes (#112530) (#112773)
👋 howdy, team! Mini PR to cross-replicate [this knowledge article](https://support.elastic.co/knowledge/6610ba83) about Elasticsearch's exit codes which expands [this ES doc section](https://www.elastic.co/guide/en/elasticsearch/reference/master/stopping-elasticsearch.html#fatal-errors).
1 parent d7f1814 commit 8c442ab

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/reference/setup/stopping.asciidoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,14 @@ such a shutdown, it does not go through an orderly shutdown as described above.
5050
process will also return with a special status code indicating the nature of the error.
5151

5252
[horizontal]
53+
Killed by jvmkiller agent:: 158
54+
User or kernel SIGTERM:: 143
55+
Slain by kernel oom-killer:: 137
56+
Segmentation fault:: 134
5357
JVM internal error:: 128
5458
Out of memory error:: 127
5559
Stack overflow error:: 126
5660
Unknown virtual machine error:: 125
5761
Serious I/O error:: 124
62+
Bootstrap check failure:: 78
5863
Unknown fatal error:: 1

0 commit comments

Comments
 (0)