From 78b6e5031a49b7328cb27704a583044ebbcfe91d Mon Sep 17 00:00:00 2001 From: Christine Poerschke Date: Thu, 3 Aug 2017 17:08:29 +0100 Subject: [PATCH] Correct SOLR_STOP_WAIT value in Solr Ref Guide (it changed from 5 to 180s in SOLR-9371). --- solr/solr-ref-guide/src/solr-control-script-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/solr-ref-guide/src/solr-control-script-reference.adoc b/solr/solr-ref-guide/src/solr-control-script-reference.adoc index 588867145ee..735d438cd9e 100644 --- a/solr/solr-ref-guide/src/solr-control-script-reference.adoc +++ b/solr/solr-ref-guide/src/solr-control-script-reference.adoc @@ -221,7 +221,7 @@ The run in-foreground option (`-f`) is not compatible with the `-e` option since === Stop -The `stop` command sends a STOP request to a running Solr node, which allows it to shutdown gracefully. The command will wait up to 5 seconds for Solr to stop gracefully and then will forcefully kill the process (kill -9). +The `stop` command sends a STOP request to a running Solr node, which allows it to shutdown gracefully. The command will wait up to 180 seconds for Solr to stop gracefully and then will forcefully kill the process (kill -9). `bin/solr stop [options]`