Re: SolrCloud Replication Failure

2018-11-06 Thread Erick Erickson
; > overwritten by its own transaction logs, I'm not sure). Furthermore, if > > > that follower then becomes the leader, it will replicate its own out of > > > date value back to the former leader, even though the version number is > > > lower. > > > > &

Re: SolrCloud Replication Failure

2018-11-06 Thread Jeremy Smith
:52:30 PM To: solr-user Subject: Re: SolrCloud Replication Failure Kevin: Well, let's certainly raise it as a JIRA, blocker or not I'm not sure. I _think_ the new LIR work done in Solr 7.3 might make it possible to detect this condition but I'm not totally sure what to do about it

Re: SolrCloud Replication Failure

2018-11-06 Thread Erick Erickson
en though the version number is > > lower. > > > > > >-Jeremy > > > > ________ > > From: Susheel Kumar > > Sent: Thursday, November 1, 2018 2:57:00 PM > > To: solr-user@lucene.apache.org > > Subject: R

Re: SolrCloud Replication Failure

2018-11-06 Thread Kevin Risden
t; From: Susheel Kumar > Sent: Thursday, November 1, 2018 2:57:00 PM > To: solr-user@lucene.apache.org > Subject: Re: SolrCloud Replication Failure > > Are we saying it has to do something with stop and restarting replica's > otherwise I haven't seen/heard any issues with

Re: SolrCloud Replication Failure

2018-11-02 Thread Jeremy Smith
solr-user@lucene.apache.org Subject: Re: SolrCloud Replication Failure Are we saying it has to do something with stop and restarting replica's otherwise I haven't seen/heard any issues with document updates and forwarding to replica's... Thanks, Susheel On Thu, Nov 1, 2018 at 12:58 PM Erick Eri

Re: SolrCloud Replication Failure

2018-11-01 Thread Susheel Kumar
t; > https://github.com/risdenk/test-solr-start-stop-replica-consistency > > >> > > > >> > I don't even see the first update getting applied from num 10 -> 20. > > >> After > > >> > the first update there is no more change. > >

Re: SolrCloud Replication Failure

2018-11-01 Thread Erick Erickson
> the first update there is no more change. > >> > > >> > Kevin Risden > >> > > >> > > >> > On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith > >> wrote: > >> > > >> > > Thanks Erick, this is 7.5.0. > >&

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
rst update there is no more change. >> > >> > Kevin Risden >> > >> > >> > On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith >> wrote: >> > >> > > Thanks Erick, this is 7.5.0. >> > > >&

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
even see the first update getting applied from num 10 -> 20. > After > > the first update there is no more change. > > > > Kevin Risden > > > > > > On Wed, Oct 31, 2018 at 8:26 PM Jeremy Smith > wrote: > > > > > Thanks Erick, this is 7.5.0. >

Re: SolrCloud Replication Failure

2018-11-01 Thread Erick Erickson
___ > > From: Erick Erickson > > Sent: Wednesday, October 31, 2018 8:20:18 PM > > To: solr-user > > Subject: Re: SolrCloud Replication Failure > > > > What version of solr? This code was pretty much rewriten in 7.3 IIRC > &g

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
oing on. >> >> >> From: >> Kevin Risden >> >> Sent: Wednesday, October 31, 2018 10:24:24 PM >> To: solr-user@lucene.apache.org >> Subject: Re: SolrCloud Replication Failure >> >> I haven't dug into why this

Re: SolrCloud Replication Failure

2018-11-01 Thread Kevin Risden
_ > From: > Kevin Risden > > Sent: Wednesday, October 31, 2018 10:24:24 PM > To: solr-user@lucene.apache.org > Subject: Re: SolrCloud Replication Failure > > I haven't dug into why this is happening but it definitely reproduces. I > removed the local

Re: SolrCloud Replication Failure

2018-11-01 Thread Jeremy Smith
. From: Kevin Risden Sent: Wednesday, October 31, 2018 10:24:24 PM To: solr-user@lucene.apache.org Subject: Re: SolrCloud Replication Failure I haven't dug into why this is happening but it definitely reproduces. I removed the local requirements (port mappin

Re: SolrCloud Replication Failure

2018-10-31 Thread Kevin Risden
nt: Wednesday, October 31, 2018 8:20:18 PM > To: solr-user > Subject: Re: SolrCloud Replication Failure > > What version of solr? This code was pretty much rewriten in 7.3 IIRC > > On Wed, Oct 31, 2018, 10:47 Jeremy Smith > > Hi all, > > > > We are currently r

Re: SolrCloud Replication Failure

2018-10-31 Thread Jeremy Smith
Thanks Erick, this is 7.5.0. From: Erick Erickson Sent: Wednesday, October 31, 2018 8:20:18 PM To: solr-user Subject: Re: SolrCloud Replication Failure What version of solr? This code was pretty much rewriten in 7.3 IIRC On Wed, Oct 31, 2018, 10:47 Jeremy Smith

Re: SolrCloud Replication Failure

2018-10-31 Thread Erick Erickson
What version of solr? This code was pretty much rewriten in 7.3 IIRC On Wed, Oct 31, 2018, 10:47 Jeremy Smith Hi all, > > We are currently running a moderately large instance of standalone > solr and are preparing to switch to solr cloud to help us scale up. I have > been running a number o

SolrCloud Replication Failure

2018-10-31 Thread Jeremy Smith
Hi all, We are currently running a moderately large instance of standalone solr and are preparing to switch to solr cloud to help us scale up. I have been running a number of tests using docker locally and ran into an issue where replication is consistently failing. I have pared down the