RE: Master/Slave out of sync

2017-06-27 Thread Pouliot, Scott
[mailto:erickerick...@gmail.com] Sent: Tuesday, June 27, 2017 11:17 AM To: solr-user Subject: Re: Master/Slave out of sync First, attachments are almost always stripped by the mail program, so we can't see anything. Hmmm, does look odd. What happens if you issue a commit against the slave via a

Re: Master/Slave out of sync

2017-06-27 Thread Erick Erickson
First, attachments are almost always stripped by the mail program, so we can't see anything. Hmmm, does look odd. What happens if you issue a commit against the slave via a url? I.e. http://server:port/solr/core/update?commit=true? And what are the autocommit settings on the slave? Best, Erick

Master/Slave out of sync

2017-06-27 Thread Pouliot, Scott
Hey guys... Does anyone else have a problem with the master/slave setup getting out of sync and staying that way until I either optimize the core or restart SOLR? It seems to be happening more and more frequently these days and I'm looking for a solution here. Running SOLR 6.2 on these instan

Re: Weird Solr Replication Slave out of sync

2015-02-17 Thread Dmitry Kan
Hi, This sounds quite strange. Do you see any error messages either in the solr admin's replication page or in the master's OR slave's logs? When we had issues with slave replicating from the master, they related to slave running out of disk. I'm sure there could be a bunch of other reasons for fa

Weird Solr Replication Slave out of sync

2015-02-16 Thread Summer Shire
Hi All, My master and slave index version and generation is the same yet the index is not in sync because when I execute the same query on both master and slave I see old docs on slave which should not be there. I also tried to fetch a specific indexversion on slave using command=fetchindex&ind

Re: slave out of sync

2011-02-19 Thread Tri Nguyen
lucene.com/ - Original Message > From: Tri Nguyen > To: solr-user@lucene.apache.org > Sent: Mon, February 14, 2011 7:19:58 PM > Subject: slave out of sync > > Hi, > > We're thinking of having a master-slave configuration where there are  > multiple > &

Re: slave out of sync

2011-02-16 Thread Otis Gospodnetic
/ - Original Message > From: Tri Nguyen > To: solr-user@lucene.apache.org > Sent: Mon, February 14, 2011 7:19:58 PM > Subject: slave out of sync > > Hi, > > We're thinking of having a master-slave configuration where there are > multiple > > slaves. Le

Re: slave out of sync

2011-02-14 Thread Bill Bell
We wrote a utility that looks at the index version on both slaves and complains if they are not at the same version... Bill On 2/14/11 5:19 PM, "Tri Nguyen" wrote: >Hi, > >We're thinking of having a master-slave configuration where there are >multiple >slaves. Let's say during replication, o

slave out of sync

2011-02-14 Thread Tri Nguyen
Hi, We're thinking of having a master-slave configuration where there are multiple slaves.  Let's say during replication, one of the slaves does not replicate properly. How will we dectect that the 1 slave is out of sync? Tri