[
https://issues.apache.org/jira/browse/NUTCH-1766?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14000982#comment-14000982
]
Hudson commented on NUTCH-1766:
-------------------------------
SUCCESS: Integrated in Nutch-trunk #2630 (See
[https://builds.apache.org/job/Nutch-trunk/2630/])
NUTCH-1766 (jnioche:
http://svn.apache.org/viewvc/nutch/trunk/?view=rev&rev=1593901)
* /nutch/trunk/CHANGES.txt
* /nutch/trunk/src/java/org/apache/nutch/crawl/Generator.java
> Generator to unlock crawldb and remove tempdir if generate job fails
> --------------------------------------------------------------------
>
> Key: NUTCH-1766
> URL: https://issues.apache.org/jira/browse/NUTCH-1766
> Project: Nutch
> Issue Type: Bug
> Components: generator
> Affects Versions: 1.9
> Reporter: Diaa
> Assignee: Julien Nioche
> Priority: Minor
> Fix For: 1.9
>
> Attachments: GeneratorErrorHandling.patch
>
>
> Currently if the generate job fails the following happens:
> 1. generate temp directory remains
> 2. crawldb remains in lock
> The next time generate is called the following happens:
> IO exception due to crawldb being in lock mode
> Attached is a patch that cleans up after a job fails in generate by unlocking
> crawldb and removing the generate temp directory so that if a job fails the
> next time generate is called it wouldn't give an IO Exception.
--
This message was sent by Atlassian JIRA
(v6.2#6252)