Solr healthcheck fails all the time

2019-11-06 Thread amruth
I am running Solr Cloud 6.6 and all the nodes fail healthcheck too frequently with *Read Timed out * error. Here is the stacktrace, http://solr-host1:8983/solr/collection1/admin/ping is DOWN, error: HTTPConnectionPool(host='solr-host1', port=8983): Read timed out. (read timeout=1). Connection

Updating Solr schema doesn't work

2019-10-04 Thread amruth
Hello, I am running SolrCloud 6.6.0 and trying to add new fields to Solr Schema. I have added fields to /var/solr/data/collection1/conf/managed-schema and executed, *- /opt/zookeeper/bin/zkCli.sh delete /configs/collection1/managed-schema - /opt/zookeeper/bin/zkCli.sh create

Re: Read timed out exception during Solr Full-import

2019-10-03 Thread amruth
I have changed settings in solrconfig.xml for autocommit thinking it's an issue with autocommit which didn't fix the issue, ${solr.autoCommit.maxTime:3} ${solr.autoCommit.maxDocs:15000} false Can someone please help me solve the issue? -- Sent from:

Re: Read timed out exception during Solr Full-import

2019-10-03 Thread amruth
I have changed settings in solrconfig.xml for autocommit thinking it's an issue with autocommit which didn't fix the issue, ${solr.autoCommit.maxTime:3} ${solr.autoCommit.maxDocs:15000} false amruth wrote > > Can someone please help me solve the issue? > > H

Re: Read timed out exception during Solr Full-import

2019-10-02 Thread amruth
Hello Mikhail, Can you please point to the solution? -- Sent from: https://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Read timed out exception during Solr Full-import

2019-10-02 Thread amruth
I am running SolrCloud in Production environment. When I trigger Full-import, it runs for 30 minutes or so and it is stuck. No matter how many times I run, I get the same error. When I look at logs I could see, java.net.SocketTimeoutException: Read timed out at