You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nutch.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/04/01 02:44:53 UTC

[jira] [Commented] (NUTCH-1771) Solrindex fails if a segment is corrupted or incomplete

    [ https://issues.apache.org/jira/browse/NUTCH-1771?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14389785#comment-14389785 ] 

ASF GitHub Bot commented on NUTCH-1771:
---------------------------------------

GitHub user areshero opened a pull request:

    https://github.com/apache/nutch/pull/15

    fix for NUTCH-1771 contributed by Chong Li

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/areshero/nutch NUTCH-1771

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/nutch/pull/15.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #15
    
----
commit d5721db0a6bc9f8f0dc2cec88d1e6dc262a48593
Author: areshero <he...@qq.com>
Date:   2015-04-01T00:42:56Z

    fix for NUTCH-1771 contributed by Chong Li

----


> Solrindex fails if a segment is corrupted or incomplete
> -------------------------------------------------------
>
>                 Key: NUTCH-1771
>                 URL: https://issues.apache.org/jira/browse/NUTCH-1771
>             Project: Nutch
>          Issue Type: Bug
>          Components: indexer
>    Affects Versions: 1.8, 1.10
>            Reporter: Diaa
>            Priority: Minor
>             Fix For: 1.11
>
>
> When using solrindex to index multiple segments via -dir segment,
> the indexing fails if one or more segments are corrupted/incomplete (generated but not fetched for example)
> The failure is simply java.io exception.
> Deleting the segment fixes the issue.
> The expected behavior should be one of the following:
> * skipping the segment and proceeding with others (while logging)
> * stopping the indexing and logging the failed segment



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)