On 1/29/2018 1:13 PM, Scott Prentice wrote:
But when I do the same thing on the Red Hat system it fails. Through the UI, it'll first time out with this message ..

    Connection to Solr lost

Then after a refresh, the collection appears to have been partially created, but it's in the "Gone" state, and after some time, is deleted by an apparent cleanup process. If I try to create one through the command line ..

    ./bin/solr create -c test99 -n _default -s 2 -rf 2

I get this response ..

ERROR: Failed to create collection 'test99' due to: {10.6.208.31:8984_solr=org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: http://10.6.208.31:8984/solr, 10.6.208.31:8985_solr=org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: http://10.6.208.31:8985/solr, 10.6.208.31:8983_solr=org.apache.solr.client.solrj.SolrServerException:IOException occured when talking to server at: http://10.6.208.31:8983/solr}

This sounds like either network connectivity problems or possibly issues caused by extreme garbage collection pauses that result in timeouts.

Thanks,
Shawn

Reply via email to