We printed in most of the places but could not get any significant differences between successful and error documents. We modified our logic to use direct http client and posted the JSON messages directly to solr cloud. Most of the ids are fine now.
But we still see same issue with minimal documents. When we run the same code from different linux boxes, it is fine. When enabled apache dumpio,the payload is not completely passed to apache while executing form this machine. While collecting apache dump on error_log, we see the following error message "(70008)Partial results are valid but processing is incomplete: proxy: prefetch request body failed to" As the request payload [incomplete or partial json] is not full, the request is not forwarded to solr itself. it fails in apache level and returned as 400. In client side getting Connection reset exception. Any help would be really helpful. -- View this message in context: http://lucene.472066.n3.nabble.com/Getting-IO-Exception-while-Indexing-Documents-in-SolrCloud-tp4346801p4348367.html Sent from the Solr - User mailing list archive at Nabble.com.