You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "MilleBii (JIRA)" <ji...@apache.org> on 2009/11/29 21:47:20 UTC

[jira] Issue Comment Edited: (NUTCH-770) Timebomb for Fetcher

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

MilleBii edited comment on NUTCH-770 at 11/29/09 8:47 PM:
----------------------------------------------------------

That's what I did  and just retried ... so I'm a bit suprised too.
Other patches worked fine so far.

Changed my method and used patching by Eclipse and I get the following compiling error :
992: cannot find symbol
    [javac] symbol  : method checkTimeBomb()
    [javac] location: class org.apache.nutch.fetcher.Fetcher.FetchItemQueues
    [javac]         int timeBombed  =fetchQueues.checkTimeBomb();
    [javac]                                     ^
    [javac] 1 error



      was (Author: millebii):
    That's what I did  and just retried ... so I'm a bit suprised too.
Other patches worked fine so far.

???
  
> Timebomb for Fetcher
> --------------------
>
>                 Key: NUTCH-770
>                 URL: https://issues.apache.org/jira/browse/NUTCH-770
>             Project: Nutch
>          Issue Type: Improvement
>            Reporter: Julien Nioche
>         Attachments: log-770, NUTCH-770.patch
>
>
> This patch provides the Fetcher with a timebomb mechanism. By default the timebomb is not activated; it can be set using the parameter fetcher.timebomb.mins. The number of minutes is relative to the start of the Fetch job. When the number of minutes is reached, the QueueFeeder skips all remaining entries then all active queues are purged. This allows to keep the Fetch step under comtrol and works well in combination with NUTCH-769

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