Re: Solr Optimization Failure due to Timeout Waiting for Server - How to Address

2018-07-24 Thread THADC
Thanks, we feel confident we will not need the optimization for our circumstances and just remove the code. Appreciated the response! -- Sent from: http://lucene.472066.n3.nabble.com/Solr-User-f472068.html

Re: Solr Optimization Failure due to Timeout Waiting for Server - How to Address

2018-07-24 Thread Erick Erickson
Does the optimize actually fail or just take a long time? That is, if you wait does the index eventually get down to one segment? For long-running operations, the _request_ can time out even though the action is still continuing. But that brings up whether you should optimize in the first place. O

Solr Optimization Failure due to Timeout Waiting for Server - How to Address

2018-07-24 Thread THADC
Hi, We have recently been performing a bulk reindexing against a large database of ours. At the end of reindexing all documents we successfully perform a CloudSolrClient.commit(). The entire reindexing process takes around 9 hours. This is solr 7.3, by the way.. Anyway, immediately after the comm