Hi Jeff, Few things to look over
1) what’s the document size and how many fields are indexed and what is the type of fields indexed. 2) are you sending explicit commits while updating the documents. 3) make opensearcher false and try to index the data. Thanks On Mon, Aug 9, 2021 at 10:47 AM Deepak Goel <deic...@gmail.com> wrote: > Looks like your SolrCloud is running in a single-threaded mode. So adding > CPU's might not help! > > > Deepak > "The greatness of a nation can be judged by the way its animals are treated > - Mahatma Gandhi" > > +91 73500 12833 > deic...@gmail.com > > Facebook: https://www.facebook.com/deicool > LinkedIn: www.linkedin.com/in/deicool > > "Plant a Tree, Go Green" > > Make In India : http://www.makeinindia.com/home > > > On Mon, Aug 9, 2021 at 1:13 AM Jeff <mccallumj...@gmail.com> wrote: > > > Hello, > > I am currently running a 20 node Solrcloud on 7.7 > > > > We have 800,000,000 documents > > > > I am experiencing CPU spikes well over 100% > > Adding more CPU did not solve the issue. > > > > searcherExecutor times are ballooning. > > > > I have 2 replicas per shard. 1 NRT and 1 TLOG. > > > > We are indexing around 200,000 per hour. > > > > I have disabled soft commit. > > > > Any help is greatly appreciated! > > > > <maxTime>${solr.autoCommit.maxTime:60000}</maxTime> > > <openSearcher>true</openSearcher> > > >