SOLR does not respond to queries when cores are coming online

2015-08-18 Thread Gilles Comeau
Hi all, Sorry if this has been asked before, my online searching is not bringing up any answers. If I have two shards on different servers with zookeeper, Core1 and Core2, in a collection that are identical to each other, why won't Core1 return any results while Core2 is starting up? If Core

Merging / Syncing two SOLR indexes

2015-02-02 Thread Gilles Comeau
Hi all, I have two SOLR shards of about 20 GB (server1_2015_02_01 and server2_2015_02_01 are the shard names, representing core 2015_02_01). For historical reasons we are not using replication, instead we are writing from a source to each of the shards. I've found that not all the rows have

RE: .skip.autorecovery=Y + restart solr after crash + losing many documents

2013-05-23 Thread Gilles Comeau
xt.com/ On Mon, May 13, 2013 at 5:26 PM, Gilles Comeau wrote: > Hi all, > > We write to two same-named cores in the same collection for redundancy, and > are not taking advantage of the full benefits of solr cloud replication. > > We use solrcloud.skip.autorecovery=true

.skip.autorecovery=Y + restart solr after crash + losing many documents

2013-05-13 Thread Gilles Comeau
Hi all, We write to two same-named cores in the same collection for redundancy, and are not taking advantage of the full benefits of solr cloud replication. We use solrcloud.skip.autorecovery=true so that Solr doesn't try to sync the indexes when it starts up. However, we find that if the core

RE: Removing Shards from Zookeeper - no servers hosting shard

2012-11-14 Thread Gilles Comeau
solr/polecat/select?q=*%3A*&wt=xml&distrib=true And the sanity query, we will receive 0 records, the error query "no servers hosting shard:". And in the clusterstate.json: "core3":{"replicas":{ Regards, Gilles -Original Message- From: Gilles

RE: Removing Shards from Zookeeper - no servers hosting shard

2012-11-13 Thread Gilles Comeau
, "solrexperiment:8080_solr_experiment_01_10_2012":{"replicas":{"IS-17093:9090_solr_01_10_2012_experiment":{ "shard":"solrexperiment:8080_solr_experiment_01_10_2012","roles":null,"state":"active","

RE: Removing Shards from Zookeeper - no servers hosting shard

2012-11-13 Thread Gilles Comeau
To: solr-user@lucene.apache.org Subject: Re: Removing Shards from Zookeeper - no servers hosting shard Odd...the unload command should be enough... On Tue, Nov 13, 2012 at 5:26 AM, Gilles Comeau mailto:gilles.com...@polecat.co>> wrote: > Hi all, > > We've just updated to

Removing Shards from Zookeeper - no servers hosting shard

2012-11-13 Thread Gilles Comeau
, and what I find is references to the bug where solr notifies zookeeper on core unloads which is marked as fixed, and people talking about how it doesn't work but if your run reloads on each core, it will work. (also doesn't work when I do it) Regards, Gilles Comeau

RE: Determining which shard is failing using partialResults / some other technique?

2012-01-12 Thread Gilles Comeau
ion&wt=javabin&fq=harvest_time_long:[131077440+TO+132641279 ]&rows=0&version=2} status=0 QTime=16192 Regards, Gilles From: Gilles Comeau [mailto:gilles.com...@polecat.co] Sent: 12 January 2012 07:02 To: 'solr-user@lucene.apache.org' Subject: Determinin

Determining which shard is failing using partialResults / some other technique?

2012-01-11 Thread Gilles Comeau
Hi Solr Users, Does anyone happen to know if the keyword partialResults be used in a solr http request? (partialResults is turned off at the .xml level) Something like: http://server:8080/solr/master/select?distrib=true