Re: SolrCloud trying to upload documents and shards do not have storage anymore

2016-06-26 Thread Deeksha Sharma
Thanks a ton Erick for the help! Thanks Deeksha From: Erick Erickson Sent: Sunday, June 26, 2016 8:58 AM To: solr-user Subject: Re: SolrCloud trying to upload documents and shards do not have storage anymore Yes. you should see errors in your log about

Re: SolrCloud trying to upload documents and shards do not have storage anymore

2016-06-26 Thread Erick Erickson
Yes. you should see errors in your log about out of disk space. However, you'll have lots of other problems. In the background, merging segments requires extra disk space. Say seg1 and seg2 are being merged into seg3. First seg1 and seg2 are copied into seg3, then ser1 and seg2 are deleted. But i

SolrCloud trying to upload documents and shards do not have storage anymore

2016-06-25 Thread Deeksha Sharma
Hi, I am currently using JSON Index Handler to upload documents to a specific collection on SolrCloud. Now what I need to know is: If I upload documents to SolrCloud collection and the machines hosting Shards for this collection have no storage left, will Solr reject the commit request? ?