Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 6E715200CDE for ; Tue, 8 Aug 2017 14:14:22 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 6CDE816729F; Tue, 8 Aug 2017 12:14:22 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id AFF9E167296 for ; Tue, 8 Aug 2017 14:14:21 +0200 (CEST) Received: (qmail 26672 invoked by uid 500); 8 Aug 2017 12:14:19 -0000 Mailing-List: contact commits-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@lucene.apache.org Delivered-To: mailing list commits@lucene.apache.org Received: (qmail 26274 invoked by uid 99); 8 Aug 2017 12:14:18 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Aug 2017 12:14:18 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id DFCB5F69AF; Tue, 8 Aug 2017 12:14:14 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: shalin@apache.org To: commits@lucene.apache.org Date: Tue, 08 Aug 2017 12:14:29 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [16/50] [abbrv] lucene-solr:feature/autoscaling: Correct SOLR_STOP_WAIT value in Solr Ref Guide (it changed from 5 to 180s in SOLR-9371). archived-at: Tue, 08 Aug 2017 12:14:22 -0000 Correct SOLR_STOP_WAIT value in Solr Ref Guide (it changed from 5 to 180s in SOLR-9371). Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/78b6e503 Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/78b6e503 Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/78b6e503 Branch: refs/heads/feature/autoscaling Commit: 78b6e5031a49b7328cb27704a583044ebbcfe91d Parents: dd00446 Author: Christine Poerschke Authored: Thu Aug 3 17:08:29 2017 +0100 Committer: Christine Poerschke Committed: Thu Aug 3 17:08:56 2017 +0100 ---------------------------------------------------------------------- solr/solr-ref-guide/src/solr-control-script-reference.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/78b6e503/solr/solr-ref-guide/src/solr-control-script-reference.adoc ---------------------------------------------------------------------- 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 5888671..735d438 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]`