[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
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
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
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
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
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
>
&
/
- 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
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
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