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
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
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?
?