Re: Replicates not recovering after rolling restart

2017-09-22 Thread Erick Erickson
le query _version_:*which throws > the same error but gives > > more helpful info "re-index your documents" > > > Thanks. > > > > > > ____________ > From: Rick Leir > Sent: Friday, September 22, 2017 12:34:57 AM > To: solr-user@lu

Re: Replicates not recovering after rolling restart

2017-09-22 Thread Bill Oconnor
your documents" Thanks. From: Rick Leir Sent: Friday, September 22, 2017 12:34:57 AM To: solr-user@lucene.apache.org Subject: Re: Replicates not recovering after rolling restart Wunder, Erick $ dc 16o 1578578283947098112p 15E83C95E8D0 That is an interes

Re: Replicates not recovering after rolling restart

2017-09-22 Thread Rick Leir
Wunder, Erick $ dc 16o 1578578283947098112p 15E83C95E8D0 That is an interesting number. Is it, as a guess, machine instructions or an address pointer? It does not look like UTF-8 or ASCII. Machine code looks promising: Disassembly: 0: 15 e8 3c 95 e8 adceax,0xe8953ce8 5:

Re: Replicates not recovering after rolling restart

2017-09-21 Thread Bill Oconnor
From: Erick Erickson Sent: Thursday, September 21, 2017 8:25:32 AM To: solr-user Subject: Re: Replicates not recovering after rolling restart Hmmm, I didn't ask what version you're upgrading _from_. 5 years ago would be Solr 4. Are you replacing Solr 5

Re: Replicates not recovering after rolling restart

2017-09-21 Thread Erick Erickson
er 20, 2017 7:00:53 PM > To: solr-user@lucene.apache.org > Subject: Re: Replicates not recovering after rolling restart > > >> On Sep 20, 2017, at 6:15 PM, Bill Oconnor wrote: >> >> I restart using the standard "sudo service solr start/stop" > &

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Bill Oconnor
: Replicates not recovering after rolling restart > On Sep 20, 2017, at 6:15 PM, Bill Oconnor wrote: > > I restart using the standard "sudo service solr start/stop" You might look into what that actually does. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Walter Underwood
> On Sep 20, 2017, at 6:15 PM, Bill Oconnor wrote: > > I restart using the standard "sudo service solr start/stop" You might look into what that actually does. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog)

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Bill Oconnor
onfigured this way but these servers are for development. From: Erick Erickson Sent: Wednesday, September 20, 2017 3:35:16 PM To: solr-user Subject: Re: Replicates not recovering after rolling restart The numberformatexception is...odd. Clearly that's too big a

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Walter Underwood
1578578283947098112 needs 61 bits. Is it being parsed into a 32 bit target? That doesn’t explain where it came from, of course. wunder Walter Underwood wun...@wunderwood.org http://observer.wunderwood.org/ (my blog) > On Sep 20, 2017, at 3:35 PM, Erick Erickson wrote: > > The numberformatex

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Erick Erickson
The numberformatexception is...odd. Clearly that's too big a number for an integer, did anything in the underlying schema change? Best, Erick On Wed, Sep 20, 2017 at 3:00 PM, Walter Underwood wrote: > Rolling restarts work fine for us. I often include installing new configs > with that. Here is

Re: Replicates not recovering after rolling restart

2017-09-20 Thread Walter Underwood
Rolling restarts work fine for us. I often include installing new configs with that. Here is our script. Pass it any hostname in the cluster. I use the load balancer name. You’ll need to change the domain and the install directory of course. #!/bin/bash cluster=$1 hosts=`curl -s "http://${cl