summaryrefslogtreecommitdiff
path: root/docs/reference/setup.asciidoc
diff options
context:
space:
mode:
authorJason Tedor <jason@tedor.me>2016-07-07 14:44:03 -0400
committerGitHub <noreply@github.com>2016-07-07 14:44:03 -0400
commite86aa29f671d46788c7610691f900b2547b549ff (patch)
treef6d96e838aa7e8fff94bc5863fc630c1c64535af /docs/reference/setup.asciidoc
parentd3f8329a3dbd182ff69f74d4e177fc7a4550f1af (diff)
Die with dignity
Today when a thread encounters a fatal unrecoverable error that threatens the stability of the JVM, Elasticsearch marches on. This includes out of memory errors, stack overflow errors and other errors that leave the JVM in a questionable state. Instead, the Elasticsearch JVM should die when these errors are encountered. This commit causes this to be the case. Relates #19272
Diffstat (limited to 'docs/reference/setup.asciidoc')
-rw-r--r--docs/reference/setup.asciidoc2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/reference/setup.asciidoc b/docs/reference/setup.asciidoc
index a883b0cc54..ae3c5b3beb 100644
--- a/docs/reference/setup.asciidoc
+++ b/docs/reference/setup.asciidoc
@@ -47,3 +47,5 @@ include::setup/bootstrap-checks.asciidoc[]
include::setup/sysconfig.asciidoc[]
include::setup/upgrade.asciidoc[]
+
+include::setup/stopping.asciidoc[]