[
https://issues.apache.org/jira/browse/NUTCH-2565?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16519500#comment-16519500
]
Hudson commented on NUTCH-2565:
-------------------------------
SUCCESS: Integrated in Jenkins build Nutch-trunk #3537 (See
[https://builds.apache.org/job/Nutch-trunk/3537/])
- fix for NUTCH-2565 contributed by Jurian Broertjes (jurian.broertjes:
[https://github.com/apache/nutch/commit/415dc90326455e2c8b9ba8a4c8612b2e451e8662])
* (edit) src/java/org/apache/nutch/crawl/AbstractFetchSchedule.java
> MergeDB incorrectly handles unfetched CrawlDatums
> -------------------------------------------------
>
> Key: NUTCH-2565
> URL: https://issues.apache.org/jira/browse/NUTCH-2565
> Project: Nutch
> Issue Type: Bug
> Components: crawldb
> Affects Versions: 1.14
> Reporter: Jurian Broertjes
> Priority: Minor
> Fix For: 1.15
>
>
> I ran into this issue when merging a crawlDB originating from sitemaps into
> our normal crawlDB. CrawlDatums are merged based on output of
> AbstractFetchSchedule::calculateLastFetchTime(). When CrawlDatums are
> unfetched, this can overwrite fetchTime or other stuff.
> I assume this is a bug and have a simple fix for it that checks if CrawlDatum
> has status db_unfetched.
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)