You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Yogendra Kumar Soni (JIRA)" <ji...@apache.org> on 2015/10/06 12:53:26 UTC

[jira] [Comment Edited] (NUTCH-2124) redirect following same link again and again , max redirect exceed and went db_gone

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

Yogendra Kumar Soni edited comment on NUTCH-2124 at 10/6/15 10:52 AM:
----------------------------------------------------------------------

Thanks,Patch is working fine. We can mark it as fixed.


was (Author: soniyk40):
Thanks,Patch is working fine. We can mark is as fixed.

> redirect following same link again and again , max redirect exceed and went db_gone
> -----------------------------------------------------------------------------------
>
>                 Key: NUTCH-2124
>                 URL: https://issues.apache.org/jira/browse/NUTCH-2124
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.11
>            Reporter: Yogendra Kumar Soni
>            Priority: Blocker
>              Labels: db_gone, fetcher, redirect
>             Fix For: 1.11
>
>         Attachments: NUTCH-2124.patch
>
>
> Hello, followredirect is not working in trunk. please see the below log.
> Fetcher: throughput threshold retries: 5
> fetcher.maxNum.threads can't be < than 50 : using 50 instead
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=1
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=1
> {color:red}
> fetching http://www.wikipedia.com/wiki/URL_redirection (queue crawl delay=5000ms)
> fetching http://www.wikipedia.com/wiki/URL_redirection (queue crawl delay=5000ms)
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=2
> fetching http://www.wikipedia.com/wiki/URL_redirection (queue crawl delay=5000ms)
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=2
> fetching http://www.wikipedia.com/wiki/URL_redirection (queue crawl delay=5000ms)
> fetching http://www.wikipedia.com/wiki/URL_redirection (queue crawl delay=5000ms)
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=2
> -activeThreads=1, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=2
>  - redirect count exceeded http://www.wikipedia.com/wiki/URL_redirection
> {color}
> Thread FetcherThread has no more work available
> -finishing thread FetcherThread, activeThreads=0
> -activeThreads=0, spinWaiting=0, fetchQueues.totalSize=0, fetchQueues.getQueueCount=2
> -activeThreads=0
> Fetcher: finished at 2015-09-28 19:32:05, elapsed: 00:00:09
> Parsing : 20150928193153



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)