Return-Path: Delivered-To: apmail-lucene-nutch-dev-archive@www.apache.org Received: (qmail 67910 invoked from network); 1 Dec 2009 15:16:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 1 Dec 2009 15:16:45 -0000 Received: (qmail 36759 invoked by uid 500); 1 Dec 2009 15:16:44 -0000 Delivered-To: apmail-lucene-nutch-dev-archive@lucene.apache.org Received: (qmail 36693 invoked by uid 500); 1 Dec 2009 15:16:44 -0000 Mailing-List: contact nutch-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: nutch-dev@lucene.apache.org Delivered-To: mailing list nutch-dev@lucene.apache.org Received: (qmail 36685 invoked by uid 99); 1 Dec 2009 15:16:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Dec 2009 15:16:44 +0000 X-ASF-Spam-Status: No, hits=-10.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI 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; Tue, 01 Dec 2009 15:16:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id B781E234C495 for ; Tue, 1 Dec 2009 07:16:20 -0800 (PST) Message-ID: <2042358626.1259680580750.JavaMail.jira@brutus> Date: Tue, 1 Dec 2009 15:16:20 +0000 (UTC) From: "Andrzej Bialecki (JIRA)" To: nutch-dev@lucene.apache.org Subject: [jira] Commented: (NUTCH-769) Fetcher to skip queues for URLS getting repeated exceptions In-Reply-To: <1965080225.1258974339715.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/NUTCH-769?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12784260#action_12784260 ] Andrzej Bialecki commented on NUTCH-769: ----------------------------------------- I had to apply this patch by hand, due to NUTCH-770. I also added conf/nutch-default.xml documentation. This was committed in rev. 885785 - thanks! > Fetcher to skip queues for URLS getting repeated exceptions > ------------------------------------------------------------- > > Key: NUTCH-769 > URL: https://issues.apache.org/jira/browse/NUTCH-769 > Project: Nutch > Issue Type: Improvement > Components: fetcher > Reporter: Julien Nioche > Assignee: Andrzej Bialecki > Priority: Minor > Fix For: 1.1 > > Attachments: NUTCH-769-2.patch, NUTCH-769.patch > > > As discussed on the mailing list (see http://www.mail-archive.com/nutch-user@lucene.apache.org/msg15360.html) this patch allows to clear URLs queues in the Fetcher when more than a set number of exceptions have been encountered in a row. This can speed up the fetching substantially in cases where target hosts are not responsive (as a TimeoutException would be thrown) and limits cases where a whole Fetch step is slowed down because of a few queues. > by default the parameter fetcher.max.exceptions.per.queue has a value of -1 and is deactivated. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.