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 267F0200C55 for ; Thu, 13 Apr 2017 12:00:07 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 253BE160B98; Thu, 13 Apr 2017 10:00:07 +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 6E20F160B8B for ; Thu, 13 Apr 2017 12:00:06 +0200 (CEST) Received: (qmail 32652 invoked by uid 500); 13 Apr 2017 10:00:05 -0000 Mailing-List: contact dev-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 dev@lucene.apache.org Received: (qmail 32623 invoked by uid 99); 13 Apr 2017 10:00:05 -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; Thu, 13 Apr 2017 10:00:05 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id E10CFDFC31; Thu, 13 Apr 2017 10:00:04 +0000 (UTC) From: gmandal To: dev@lucene.apache.org Reply-To: dev@lucene.apache.org Message-ID: Subject: [GitHub] lucene-solr pull request #184: Solr 10487 Content-Type: text/plain Date: Thu, 13 Apr 2017 10:00:04 +0000 (UTC) archived-at: Thu, 13 Apr 2017 10:00:07 -0000 GitHub user gmandal opened a pull request: https://github.com/apache/lucene-solr/pull/184 Solr 10487 Includes changes for [SOLR-10487](https://issues.apache.org/jira/browse/SOLR-10487). Added two more attributes to [SolrEntityProcessor](https://wiki.apache.org/solr/DataImportHandler#SolrEntityProcessor) in DataImportHandler. `connectionTimeout` to set the Connection Timeout `readTimeout` to set Socket Read Timeout Additionally renamed timeout to queryTimeout to differentiate between the various timeouts. The older `timeout` is still retained to ensure backward compatibility. `timeout `would act same as `queryTimeout`. The two new attributes would accept values in the same format and unit (int seconds) as the existing query timeout attribute. Please guide where to make changes to include documentation for the new attributes. As of now I have detailed them in the issue page only. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gmandal/lucene-solr SOLR-10487 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/lucene-solr/pull/184.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #184 ---- commit cb498e7058bae9df11f3c379118000e1072ae390 Author: Goutam.Mandal Date: 2017-04-13T09:02:52Z Added support to specify connection and socket read timeout. commit f8b02ca1ddee628f875f5a566e51aa75de8e89bc Author: Goutam.Mandal Date: 2017-04-13T09:06:14Z Revert "Added support to specify connection and socket read timeout." This reverts commit cb498e7058bae9df11f3c379118000e1072ae390. commit d4bca6ec5a0814080b21d1e3c4b2301938c99176 Author: gmandal Date: 2017-04-13T09:14:51Z Added support to specify connection and socket read timeout in DataImportHandler for SolrEntityProcessor commit 0e9a25901b1e598e718ce6e0375db9713b7e4f2c Author: gmandal Date: 2017-04-13T09:24:27Z SOLR-10487: Added support to specify connection and socket read timeout in DataImportHandler for SolrEntityProcessor commit b55375f94b7d5de66893ffdec6384f16661c54f7 Author: gmandal Date: 2017-04-13T09:31:14Z Merge branch 'SOLR-10487' of https://github.com/gmandal/lucene-solr into SOLR-10487 ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org For additional commands, e-mail: dev-help@lucene.apache.org