Re: Segments in solr index gets deleted after every restart

2016-09-06 Thread Erick Erickson
You simply cannot run Solr (well, actually Lucene) with near 100% disk utilization. When segments are merged, they are _first_ copied to the the merge destination and, when successful, the old segments are deleted. So if segments 1 and 2 are being merged, they are copied to segment 3. So temporari

Segments in solr index gets deleted after every restart

2016-08-29 Thread Nisha Menon
I have an issue with respect to increasing space on my Solr servers. Whenever I see that the allocated space is almost full for a particular server, I perform a service solr restart and this clears up some space and things work normally from there for some time. Again this builds up and I get a sp