From e86aa29f671d46788c7610691f900b2547b549ff Mon Sep 17 00:00:00 2001 From: Jason Tedor Date: Thu, 7 Jul 2016 14:44:03 -0400 Subject: 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 --- docs/reference/setup.asciidoc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/reference/setup.asciidoc') 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[] -- cgit v1.2.3