[
https://issues.apache.org/jira/browse/SOLR-482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Grant Ingersoll updated SOLR-482:
---------------------------------
Attachment: SOLR-482.patch
Adds a new input_err method that is called when an IOException is caught by
readLine() method.
> Error handling in CSVLoader
> ---------------------------
>
> Key: SOLR-482
> URL: https://issues.apache.org/jira/browse/SOLR-482
> Project: Solr
> Issue Type: Improvement
> Components: update
> Reporter: Grant Ingersoll
> Assignee: Grant Ingersoll
> Priority: Minor
> Attachments: SOLR-482.patch
>
>
> Sometimes the underlying CSV parser can't read a line and throws an
> exception. Solr currently just passes the exception out to the client.
> Wrapping this in a SolrException allows us to pass out information about what
> line failed (which isn't always in the CSV IOException thrown).
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.