Index Replication Failure

2020-10-17 Thread Parshant Kumar
mins. Replication between repeater and slave servers occurs every 15 mins between 4-7 am and after that in every 3 hours. Thanks, Parshant Kumar --

Re: Index Replication Failure

2020-10-17 Thread Parshant Kumar
Architecture image: If not visible in previous mail [image: image.png] On Sat, Oct 17, 2020 at 2:38 PM Parshant Kumar wrote: > Hi all, > > We are having solr architecture as below. > > > > *We are facing the frequent replication failure between master to repeater > se

Re: Index Replication Failure

2020-10-17 Thread Parshant Kumar
:00:10 *Commit Configuration master,repeater,slave's is given below :* 10false On Sat, Oct 17, 2020 at 5:12 PM Erick Erickson wrote: > None of your images made it through the mail server. You’ll > have to put them somewhere and provide a link. > > > On Oct 17, 2020, at 5:

Re: Index Replication Failure

2020-10-20 Thread Parshant Kumar
Hi all, please check the details On Sat, Oct 17, 2020 at 5:52 PM Parshant Kumar wrote: > > > *Architecture is master->repeater->slave servers in hierarchy.* > > *One of the Below exceptions are occuring whenever replication fails.* > > 1)WARN : Error in fetching file

Solr collapse & expand queries.

2020-11-28 Thread Parshant Kumar
ry times are almost the same for both collapse queries and group queries. Please help me how to implement it and its advantage over grouped queries. Thanks, Parshant Kumar. --

Re: Frequent Index Replication Failure in solr.

2020-11-13 Thread Parshant Kumar
All,please help on this On Tue, Nov 3, 2020, 6:01 PM Parshant Kumar wrote: > Hi team, > > We are having solr architecture as *master->repeater-> 3 slave servers.* > > We are doing incremental indexing on the master server(every 20 min) . > Replication of index is done

Frequent Index Replication Failure in solr.

2020-11-03 Thread Parshant Kumar
below:* ${enable.master:false} commit startup 00:00:10 *Commit Configuration master,repeater,slave's is given below :* 10false Please help in finding the root cause of replication failure.Let me know for any queries. Thanks Parshant

Re: Queries Regarding Cold searcher

2021-01-21 Thread Parshant Kumar
Adding more queries :- Do value(true or false) of cold searcher play any role during the completion of replication on slave server.If not please tell in which process in solr its applied? On Thu, Jan 21, 2021 at 3:11 PM Parshant Kumar wrote: > Hi all, > > Please help me in below queri

Queries Regarding Cold searcher

2021-01-21 Thread Parshant Kumar
Hi all, Please help me in below queries: 1) what is the impact of making cold searcher false,true? 2)After full replication completion of data on slave server, new searcher is opened or not? 3)If opensearcher is false in autocommit and cold searcher is true , what does this conclude , Is their

Increase in response time in case of collapse queries.

2021-03-03 Thread Parshant Kumar
of queries have increased. This is unexpected behaviour, the response time should have been improved but results are opposites. Please someone help why response time is increased for collapsed queries. Thanks Parshant Kumar --