[
https://issues.apache.org/jira/browse/NUTCH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579733#action_12579733
]
Hudson commented on NUTCH-615:
------------------------------
Integrated in Nutch-trunk #393 (See
[http://hudson.zones.apache.org/hudson/job/Nutch-trunk/393/])
> Redirected URL are fetched wihtout setting any FetchInterval
> ------------------------------------------------------------
>
> Key: NUTCH-615
> URL: https://issues.apache.org/jira/browse/NUTCH-615
> Project: Nutch
> Issue Type: Bug
> Components: fetcher
> Affects Versions: 1.0.0
> Reporter: Emmanuel Joke
> Assignee: Andrzej Bialecki
> Fix For: 1.0.0
>
> Attachments: NUTCH-615.patch, NUTCH-615_v2.patch
>
>
> An url which is redirected result to a new URL. We create a new CrawlDatum
> for the new URL within the Fetcher but the FetchInterval was not initialized.
> The new url was recorded in the DB with a FetchInterval = 0 and the FetchTime
> is never correctly updated to be fetch later in the future. Thus we keep
> crawling those URL at each generation.
> This patch fix this issue.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.