Grant Ingersoll resolved SOLR-482.
----------------------------------
Resolution: Fixed
Fix Version/s: 4.0
3.1
committed on trunk and 3.x
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
Fix For: 3.1, 4.0
Attachments: SOLR-482.patch, 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).
-----------------------------
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
Fix For: 3.1, 4.0
Attachments: SOLR-482.patch, 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.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org