Reader used in PlainTextEntityProcessor.nextRow() is not explicitly closed
--------------------------------------------------------------------------
Key: SOLR-1598
URL: https://issues.apache.org/jira/browse/SOLR-1598
Project: Solr
Issue Type: Bug
Components: contrib - DataImportHandler
Affects Versions: 1.4
Reporter: Sascha Szott
Fix For: 1.5
Due to a missing r.close() statement at the end of method
PlainTextEntityProcessor.nextRow(), IO exceptions ("too many open files") can
occur when large numbers of files are processed.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.