You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "Talat UYARER (JIRA)" <ji...@apache.org> on 2013/09/18 09:33:53 UTC

[jira] [Created] (NUTCH-1643) Unnecessary fetching with http.content.limit when using protocol-http

Talat UYARER created NUTCH-1643:
-----------------------------------

             Summary: Unnecessary fetching with http.content.limit when using protocol-http
                 Key: NUTCH-1643
                 URL: https://issues.apache.org/jira/browse/NUTCH-1643
             Project: Nutch
          Issue Type: Bug
          Components: protocol
    Affects Versions: 2.2.1, 2.2, 2.1
            Reporter: Talat UYARER
            Priority: Minor
             Fix For: 2.3


In protocol-http, Even If I have http.content.limit value set, protocol-http fetches files of all sizes (larger files are fetched until limit allows). 
But when Parsing, parser skips incomplete files (if parser.skip.truncated configuration is true). It seems like an unnecessary effort to partially fetch contents larger than limit if they are not gonna be parsed.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira