You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "eggs (JIRA)" <ji...@apache.org> on 2010/07/27 17:47:16 UTC

[jira] Commented: (NUTCH-629) Detect slow and timeout servers and drop their URLs

    [ https://issues.apache.org/jira/browse/NUTCH-629?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12892826#action_12892826 ] 

eggs commented on NUTCH-629:
----------------------------

Hi,
I'd like to know why this wasn't included in nutch 1.0
For memory, this patch is about slow and timeout servers.
Does something similar to the patch 629 has ben applied to nutch 1.1 ? I've
don't seen something about this problem in the 1.1 version ...


> Detect slow and timeout servers and drop their URLs
> ---------------------------------------------------
>
>                 Key: NUTCH-629
>                 URL: https://issues.apache.org/jira/browse/NUTCH-629
>             Project: Nutch
>          Issue Type: Improvement
>          Components: fetcher
>            Reporter: Otis Gospodnetic
>            Assignee: Otis Gospodnetic
>         Attachments: NUTCH-629.patch
>
>
> Fetch jobs will finish faster if we find a way to prevent servers that are either slow or time out from slowing down the whole process.
> I'll attach a patch that counts per-server exceptions and timeouts and tracks download speed per server.
> Queues/sservers that exceed timeout or download thresholds are marked as "tooManyErrors" or "tooSlow".  Once they get marked as such, all of their subsequent URLs get dropped (i.e. they do not fetched) and marked GONE.
> At the end of the fetch task, stats for each server processed are printed.
> Also, I believe the per-host/domain/TLD/etc. DB from NUTCH-628 would be the right place to add server data collected by this patch.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.