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