Return-Path: Delivered-To: apmail-lucene-nutch-dev-archive@www.apache.org Received: (qmail 78953 invoked from network); 10 Aug 2009 12:18:31 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Aug 2009 12:18:31 -0000 Received: (qmail 65151 invoked by uid 500); 10 Aug 2009 12:18:37 -0000 Delivered-To: apmail-lucene-nutch-dev-archive@lucene.apache.org Received: (qmail 65053 invoked by uid 500); 10 Aug 2009 12:18:37 -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 65044 invoked by uid 99); 10 Aug 2009 12:18:37 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 10 Aug 2009 12:18:37 +0000 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; Mon, 10 Aug 2009 12:18:35 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CE81B234C004 for ; Mon, 10 Aug 2009 05:18:14 -0700 (PDT) Message-ID: <1390531880.1249906694830.JavaMail.jira@brutus> Date: Mon, 10 Aug 2009 05:18:14 -0700 (PDT) From: "Julien Nioche (JIRA)" To: nutch-dev@lucene.apache.org Subject: [jira] Updated: (NUTCH-721) Fetcher2 Slow In-Reply-To: <251173881.1237321790883.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/NUTCH-721?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Julien Nioche updated NUTCH-721: -------------------------------- Attachment: NUTCH-721.patch Sets the default value for fetcher.threads.per.host.by.ip to false > Fetcher2 Slow > ------------- > > Key: NUTCH-721 > URL: https://issues.apache.org/jira/browse/NUTCH-721 > Project: Nutch > Issue Type: Bug > Components: fetcher > Affects Versions: 1.0.0 > Environment: Fedora Core r6, Kernel 2.6.22-14, jdk1.6.0_12 > Reporter: Roger Dunk > Attachments: crawl_generate.tar.gz, NUTCH-721.patch, nutch-site.xml > > > Fetcher2 fetches far more slowly than Fetcher1. > Config options: > fetcher.threads.fetch = 80 > fetcher.threads.per.host = 80 > fetcher.server.delay = 0 > generate.max.per.host = 1 > With a queue size of ~40,000, the result is: > activeThreads=80, spinWaiting=79, fetchQueues.totalSize=0 > with maybe a download of 1 page per second. > Runing with -noParse makes little difference. > CPU load average is around 0.2. With Fetcher1 CPU load is around 2.0 - 3.0 > Hosts already cached by local caching NS appear to download quickly upon a re-fetch, so possible issue relating to NS lookups, however all things being equal Fetcher1 runs fast without pre-caching hosts. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.