[
https://issues.apache.org/jira/browse/NUTCH-615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12579284#action_12579284
]
Emmanuel Joke commented on NUTCH-615:
-------------------------------------
After a second thought, i agree with you.
Should i provide another patch or you will handle that with the current patch ?
> 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
> 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.