Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 81866 invoked from network); 11 Feb 2009 05:37:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Feb 2009 05:37:21 -0000 Received: (qmail 36203 invoked by uid 500); 11 Feb 2009 05:37:20 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 36163 invoked by uid 500); 11 Feb 2009 05:37:20 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 36151 invoked by uid 99); 11 Feb 2009 05:37:20 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 10 Feb 2009 21:37:20 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Feb 2009 05:37:19 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 99AF5234C48B for ; Tue, 10 Feb 2009 21:36:59 -0800 (PST) Message-ID: <1382376483.1234330619614.JavaMail.jira@brutus> Date: Tue, 10 Feb 2009 21:36:59 -0800 (PST) From: "Robert Newson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Created: (COUCHDB-246) allow customization of external process timeout MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org allow customization of external process timeout ----------------------------------------------- Key: COUCHDB-246 URL: https://issues.apache.org/jira/browse/COUCHDB-246 Project: CouchDB Issue Type: Bug Components: Database Core Affects Versions: 0.9 Reporter: Robert Newson Priority: Blocker Fix For: 0.9 If an external process takes too long to respond, it is killed. The timeout is quite short (a few seconds) and is not configurable from .ini files today. couchdb-lucene could use this ability as the first attempt to sort on a field in a large index is slow while it builds a cache. With the timeout, it's killed and the partial work is lost. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.