Solr 4.0 or a nightly build? There's been a lot of work since 4.0, I'd be
curious if you see the same problem in a nightly build.


Erick


On Mon, Jan 7, 2013 at 7:29 PM, davers <dboych...@improvementdirect.com>wrote:

> It is new to me... I am using the collections API to delete and recreate
> collections. Having a lot of trouble. I have 6 servers and I am trying to
> create numShards=3D2 with replicationFactor=3D1 but it doesn't work
> correct=
> ly
> the first time I believe because it is racing on downloading the
> configuration directory from solr then trying to create the core. Then the
> next time I run the command it picks another 4 servers randomly.
>
> I believe the bug here is the race on downloading the configuration
> directory from zookeeper and trying to create the solrcore but I could be
> wrong. Does this sound familiar?
>
> I ended up just using the core api instead although it has the same issue.
>
> I am uploading and linking my configuration to zookeeper using ZkCLI.
>
> Then when I issue the command
>
> solr/admin/cores?action=CREATE&name=productindex&collection=productindex&shard=shard1
> it fails the first time (because it is trying to initialize the core before
> the config directory is downloaded from zookeeper). Then when I run the
> same
> command again it succeeds.
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/Solr-cloud-not-starting-properly-Only-starts-leaders-tp4031349p4031405.html
> Sent from the Solr - User mailing list archive at Nabble.com.
>

Reply via email to