Query regarding solr 7.3.0

2018-05-02 Thread Agarwal, Monica (Nokia - IN/Bangalore)
Hi , I am trying to upgrade solr from 7.1.0 to 7.3.0 . While trying to start the solr process the below warnings are observed: *** [WARN] *** Your open file limit is currently 1024. It should be set to 65000 to avoid operational disruption. If you no longer wish to see this warning, set SOLR_

Re: Query regarding solr 7.3.0

2018-05-02 Thread Erick Erickson
Just what it says. Solr/Lucene like lots of file handles, I regularly see several thousand. If you run out of file handles Solr stops working. Ditto processes. Solr in particular spawns a lot of threads, particularly when handling many incoming requests through Jetty. If you exceed the limit, requ