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
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
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:
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
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"
>
&
: 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)
> 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)
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
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
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
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
11 matches
Mail list logo