Thanks for the answers. Excuse me, I'm new to this: how am I supposed to attach the patch / PR to the issue? Is it ok to add a diff as attachment? Should I open the PR and link to it from the issue?
Thank you very much, regards, Marco Il giorno gio 9 lug 2020 alle ore 17:06 Erick Erickson < [email protected]> ha scritto: > Marco: > > Thanks for volunteering your fix! > > The best way is to raise a JIRA, see: > https://cwiki.apache.org/confluence/display/solr/HowToContribute#HowToContribute-JIRAtips(ourissue/bugtracker) > and attach a patch or pull request. From there we can discuss/give > feedback/add to the repo, etc. > > Best, > Erick > > > On Jul 9, 2020, at 9:56 AM, Marco Bolis <[email protected]> wrote: > > > > Hello, > > > > I just wrote a patch to make FileListEntityProcessor work by streaming, > using Java 8 Stream and NIO2, instead of buffering the entire file list in > memory. > > I had to do it because I had a very large list of files (upwards of 1M) > and kept going OOM. > > > > I wish I could contribute this patch, if it is deemed useful. > > > > Regards, > > Marco > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > >
