Re: commit persistence guarantee

2014-05-16 Thread Erick Erickson
This is almost always that you're committing too often, either soft commit or hard commit with openSearcher=true. Shouldn't have any effect on the consistency of your index though. It _is_ making your Solr work harder than you want it to, so consider increasing the commit intervals substantially.

commit persistence guarantee

2014-05-14 Thread Alvaro Cabrerizo
Hi, Is there any guarantee that every document is persisted on disk during a "commit avalanche" that produces the: "ERROR org.apache.solr.core.SolrCore – org.apache.solr.common.SolrException: Error opening new searcher. *exceeded limit of maxWarmingSearchers*=1, try again later". I've made some