Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
Description
FileListEntityProcessor currently works by keeping the whole list of files to process in memory and iterating over it.
If the list is very large (think some 100s of Ks) Solr goes OOM and crashes.
Using Java 8 Streams and NIO2 it is possible to entirely avoid this behavior.
Attachments
Issue Links
- is superceded by
-
SOLR-14783 Remove DIH from 9.0
- Closed
- links to