Skip to content

Commit

Permalink
(Doc+) Terminating Exit Codes (elastic#112530)
Browse files Browse the repository at this point in the history
πŸ‘‹ 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).
  • Loading branch information
stefnestor committed Sep 11, 2024
1 parent ed69c70 commit d1725bf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/reference/setup/stopping.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,14 @@ such a shutdown, it does not go through an orderly shutdown as described above.
process will also return with a special status code indicating the nature of the error.

[horizontal]
Killed by jvmkiller agent:: 158
User or kernel SIGTERM:: 143
Slain by kernel oom-killer:: 137
Segmentation fault:: 134
JVM internal error:: 128
Out of memory error:: 127
Stack overflow error:: 126
Unknown virtual machine error:: 125
Serious I/O error:: 124
Bootstrap check failure:: 78
Unknown fatal error:: 1

0 comments on commit d1725bf

Please sign in to comment.