Re: While idexing millions of data Getting error

2015-12-18 Thread Jack Krupansky
Deep in that stack trace: "Suppressed: java.io.IOException: No space left on device". Out of disk, apparently. Seems unlikely for the big disks on most systems these days. Are you using SSD? They can be relatively small, especially if on a box that has been virtualized into multiple VMs. Some disc

Re: While idexing millions of data Getting error

2015-12-18 Thread Toke Eskildsen
Mugeesh Husain wrote: > could you tell me the maximum number of limit for posting data to solr. The data size can be at most 2GB, possibly minus a few bytes. It is due to the HttpUrlComponent used inside of Solr, which only accepts a signed integer as size. As for the number of documents, the

Re: While idexing millions of data Getting error

2015-12-18 Thread Mugeesh Husain
Thanks Toke Eskildsen could you tell me the maximum number of limit for posting data to solr. -- View this message in context: http://lucene.472066.n3.nabble.com/While-idexing-millions-of-data-Getting-error-tp4246320p4246327.html Sent from the Solr - User mailing list archive at Nabble.com.

Re: While idexing millions of data Getting error

2015-12-18 Thread Toke Eskildsen
Mugeesh Husain wrote: > I am indexing around 2 millions of data(220) while Api, i am getting > following error. > badMessage: java.lang.IllegalStateException: too much data after closed for > HttpChannelOverHttp@2da6188{r=1,​c=false,​a=IDLE,​uri=-} Sounds like you are trying post more than 2

While idexing millions of data Getting error

2015-12-18 Thread Mugeesh Husain
org.apache.lucene.index.SegmentMerger.mergeFields(SegmentMerger.java:178) ... 5 more -- View this message in context: http://lucene.472066.n3.nabble.com/While-idexing-millions-of-data-Getting-error-tp4246320.html Sent from the Solr - User mailing list archive at Nabble.com.