Re: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Reej M
Hi All, I’ve went through the section "Ignoring Commits from Client Applications in SolrCloud” in the solr 8.8 documentation. Our Java application is issuing a commit after indexing, so as of I understood from the document, when running in cloud mode, the applications should not explicitly se

Fwd: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Reej Nayagam
Hi All, I’ve went through the section "Ignoring Commits from Client Applications in SolrCloud” in the solr 8.8 documentation. Our Java application is issuing a commit after indexing, so as of I understood from the document, when running in cloud mode, the applications should not explicitly send

Re: Time Routed Alias

2021-08-24 Thread Matt Kuiper
Thanks Gus! I appreciate this information. It is very helpful. From my POC, I can see that TRAs are very powerful and very helpful. I am excited to build out a more full implementation within our use case which is right in line with the boundaries you set for standard TRA use. Matt On Sat, Au

Re: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Shawn Heisey
On 8/24/2021 1:51 AM, Reej M wrote: So my doubt now is, Do we need to do any changes or wire anything for the optimisation and commit to be carried out effectively, as we are ignoring commit here or does solr internally will handle it. Our auto commit maxtime is 6 and Opensearcher - false A

Re: Help Needed: Distributed update Async Exception solr 8.8.2 - Update

2021-08-24 Thread Reej Nayagam
On Wed, Aug 25, 2021 at 12:03 AM Shawn Heisey wrote: > On 8/24/2021 1:51 AM, Reej M wrote: > > So my doubt now is, Do we need to do any changes or wire anything for > the optimisation and commit to be carried out effectively, as we are > ignoring commit here or does solr internally will handle it