You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Doğacan Güney (JIRA)" <ji...@apache.org> on 2007/05/31 17:49:16 UTC

[jira] Created: (NUTCH-495) Unnecessary delays in Fetcher2

Unnecessary delays in Fetcher2
------------------------------

                 Key: NUTCH-495
                 URL: https://issues.apache.org/jira/browse/NUTCH-495
             Project: Nutch
          Issue Type: Bug
          Components: fetcher
    Affects Versions: 1.0.0
            Reporter: Doğacan Güney
            Priority: Minor
             Fix For: 1.0.0


Even if a url is blocked by robots.txt (or has a crawl delay larger that max.crawl.delay), Fetcher2 still waits fetcher.server.delay before fetching another url from same host, which is not necessary, considering that Fetcher2 didn't make a request to server anyway. 

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


[jira] Resolved: (NUTCH-495) Unnecessary delays in Fetcher2

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney resolved NUTCH-495.
---------------------------------

    Resolution: Fixed
      Assignee: Doğacan Güney

Committed in rev 547901.

> Unnecessary delays in Fetcher2
> ------------------------------
>
>                 Key: NUTCH-495
>                 URL: https://issues.apache.org/jira/browse/NUTCH-495
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Assignee: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: fetcher2_robots.patch
>
>
> Even if a url is blocked by robots.txt (or has a crawl delay larger that max.crawl.delay), Fetcher2 still waits fetcher.server.delay before fetching another url from same host, which is not necessary, considering that Fetcher2 didn't make a request to server anyway. 

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


[jira] Updated: (NUTCH-495) Unnecessary delays in Fetcher2

Posted by "Doğacan Güney (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/NUTCH-495?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Doğacan Güney updated NUTCH-495:
--------------------------------

    Attachment: fetcher2_robots.patch

> Unnecessary delays in Fetcher2
> ------------------------------
>
>                 Key: NUTCH-495
>                 URL: https://issues.apache.org/jira/browse/NUTCH-495
>             Project: Nutch
>          Issue Type: Bug
>          Components: fetcher
>    Affects Versions: 1.0.0
>            Reporter: Doğacan Güney
>            Priority: Minor
>             Fix For: 1.0.0
>
>         Attachments: fetcher2_robots.patch
>
>
> Even if a url is blocked by robots.txt (or has a crawl delay larger that max.crawl.delay), Fetcher2 still waits fetcher.server.delay before fetching another url from same host, which is not necessary, considering that Fetcher2 didn't make a request to server anyway. 

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