mirror of https://github.com/apache/lucene.git
Correct SOLR_STOP_WAIT value in Solr Ref Guide (it changed from 5 to 180s in SOLR-9371).
This commit is contained in:
parent
dd00446bb9
commit
78b6e5031a
|
@ -221,7 +221,7 @@ The run in-foreground option (`-f`) is not compatible with the `-e` option since
|
||||||
|
|
||||||
=== Stop
|
=== 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]`
|
`bin/solr stop [options]`
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue