Return-Path: X-Original-To: apmail-lucene-solr-user-archive@minotaur.apache.org Delivered-To: apmail-lucene-solr-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 48C5610F54 for ; Thu, 20 Nov 2014 04:57:43 +0000 (UTC) Received: (qmail 23525 invoked by uid 500); 20 Nov 2014 04:57:39 -0000 Delivered-To: apmail-lucene-solr-user-archive@lucene.apache.org Received: (qmail 23461 invoked by uid 500); 20 Nov 2014 04:57:39 -0000 Mailing-List: contact solr-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: solr-user@lucene.apache.org Delivered-To: mailing list solr-user@lucene.apache.org Received: (qmail 23437 invoked by uid 99); 20 Nov 2014 04:57:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 04:57:39 +0000 X-ASF-Spam-Status: No, hits=2.3 required=5.0 tests=SPF_SOFTFAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: softfail (athena.apache.org: transitioning domain of sachinpkale@gmail.com does not designate 162.253.133.43 as permitted sender) Received: from [162.253.133.43] (HELO mwork.nabble.com) (162.253.133.43) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 20 Nov 2014 04:57:33 +0000 Received: from mben.nabble.com (unknown [162.253.133.72]) by mwork.nabble.com (Postfix) with ESMTP id 3FCCFAA154C for ; Wed, 19 Nov 2014 20:57:14 -0800 (PST) Date: Wed, 19 Nov 2014 21:57:13 -0700 (MST) From: sachinpkale To: solr-user@lucene.apache.org Message-ID: <1416459433316-4170040.post@n3.nabble.com> Subject: NIO connector and maxIdleTime MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org We are using SOLR 4.10.1 cloud setup and having following configuration in etc/jetty.xml 50000 16 3000 false 8443 32768 In Jetty documentation, it is mentioned that maxIdleTime is "Set the maximum Idle time for a connection, which roughly translates to the Socket.setSoTimeout(int) call, although with NIO implementations other mechanisms may be used to implement the timeout." Does it mean that maxIdleTime is not necessarily socket timeout with NIO connector? If not, what is the other mechanism to set socket timeout? -- View this message in context: http://lucene.472066.n3.nabble.com/NIO-connector-and-maxIdleTime-tp4170040.html Sent from the Solr - User mailing list archive at Nabble.com.