maxwarmingsearchers is not going to help, and in fact may indicate your problem.

I suspect that your autowarming is taking a long time _and_ the commit
call is timing out rather than returning. Your Solr log should show you
the autowarm times and help figure out whether this is on the right track
or not.

Best,
Erick

On Mon, Nov 16, 2015 at 8:04 AM, adfel70 <adfe...@gmail.com> wrote:
> Hi,
> I am using Solr 5.2.1 with the solrj client 5.2.1. (I know CloudSolrCloud is
> deprecated)
>
> I am running the command:
> *cloudSolrServer.commit(false, true, true)*
> the parameters are: waitFlush (false), waitSearcher (true), softCommit
> (true)
>
> The problem is that the client returns as if it already ended committing and
> the searchers are refreshed when actually not all the data is visible for
> users (it takes several minutes more).
>
> The problem is that I have to wait till the searchers are up and the new
> data is visible for users before I finish my process (and I don't want to
> put 'sleep' in my code :-))
>
> I have tried increasing the maxWarmingSearchers to 5 - it helped but the
> problem still occasionally happens.
>
> What could I configure more?
>
>
> Thanks a lot,
>
>
>
> --
> View this message in context: 
> http://lucene.472066.n3.nabble.com/CloudSolrCloud-Commit-returns-but-not-all-data-is-visible-occasionally-tp4240368.html
> Sent from the Solr - User mailing list archive at Nabble.com.

Reply via email to