Sebastian Nagel created NUTCH-2553:
--------------------------------------
Summary: Fetcher not to modify URLs to be fetched
Key: NUTCH-2553
URL: https://issues.apache.org/jira/browse/NUTCH-2553
Project: Nutch
Issue Type: Bug
Components: fetcher
Affects Versions: 1.15
Reporter: Sebastian Nagel
Fix For: 1.15
Fetcher modifies the URLs being fetched (introduced with NUTCH-2375 in
[c93d908|https://github.com/apache/nutch/commit/c93d908bb635d3c5b59f8c8a22e0584ebf588794#diff-847479d08597eb30da1c715310438685R253]:
{noformat}
FetcherThread 22 fetching http://nutch.apache.org:-1/ (queue crawl delay=5000ms)
{noformat}
which makes it hard to trace the URLs in the log files and likely causes other
issues because URLs in CrawlDb and segments do not match
(http://nutch.apache.org/ in CrawlDb and http://nutch.apache.org:-1/ in
segment).
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)