Re: Slow commit in Solr 6.1.0

2020-08-26 Thread Erick Erickson
end on index size of form collection? > > Regards, > Vishal Patel > > From: Erick Erickson > Sent: Wednesday, August 26, 2020 5:36 PM > To: solr-user@lucene.apache.org > Subject: Re: Slow commit in Solr 6.1.0 > > It depends on how the

Re: Slow commit in Solr 6.1.0

2020-08-26 Thread vishal patel
, 2020 5:36 PM To: solr-user@lucene.apache.org Subject: Re: Slow commit in Solr 6.1.0 It depends on how the commit is called. You have openSearcher=true, which means the call won’t return until all your autowarming is done. This _looks_ like it might be a commit called from a client, which you should

Re: Slow commit in Solr 6.1.0

2020-08-26 Thread Erick Erickson
It depends on how the commit is called. You have openSearcher=true, which means the call won’t return until all your autowarming is done. This _looks_ like it might be a commit called from a client, which you should not do. It’s also suspicious that these are soft commits 1 second apart. The oth

Slow commit in Solr 6.1.0

2020-08-26 Thread vishal patel
I am using solr 6.1.0. We have 2 shards and each has one replica. When I checked shard1 log, I found that commit process was going to slow for some collection. Slow commit: 2020-08-25 09:08:10.328 INFO (commitScheduler-124-thread-1) [c:forms s:shard1 r:core_node1 x:forms] o.a.s.u.DirectUpdateHa