Re: Empty Solr 4.2.1 can not create Collection

2013-05-15 Thread A.Eibner
Hi, I filed an issue at https://issues.apache.org/jira/browse/SOLR-4734 I also tried this with 4.3, but the same error occurs. Should I post on the dev list ? Kind regards Alexander Am 2013-04-16 23:47, schrieb Chris Hostetter: : sorry for pushing, but I just replayed the steps with solr 4.0

Re: Empty Solr 4.2.1 can not create Collection

2013-04-16 Thread A.Eibner
Hi, sorry for pushing, but I just replayed the steps with solr 4.0 where everything works fine. Then I switched to solr 4.2.1 and replayed the exact same steps and the collection won't start and no leader will be elected. Any clues ? Should I try it on the developer mailing list, maybe it's a

Re: Empty Solr 4.2.1 can not create Collection

2013-04-16 Thread Chris Hostetter
: sorry for pushing, but I just replayed the steps with solr 4.0 where : everything works fine. : Then I switched to solr 4.2.1 and replayed the exact same steps and the : collection won't start and no leader will be elected. : : Any clues ? : Should I try it on the developer mailing list, maybe

Re: Empty Solr 4.2.1 can not create Collection

2013-04-10 Thread A.Eibner
Hi Joel, I followed your steps, the cores and collection get created, but there is no leader elected so I can not query the collection... Do I miss something ? Kind Regards Alexander Am 2013-04-09 10:21, schrieb A.Eibner: Hi, thanks for your faster answer. You don't use the Collection API

Re: Empty Solr 4.2.1 can not create Collection

2013-04-10 Thread Joel Bernstein
Can you post what your clusterstate.json? After you spin up the initial core, it will automatically become leader for that shard. On Wed, Apr 10, 2013 at 3:43 AM, A.Eibner a_eib...@yahoo.de wrote: Hi Joel, I followed your steps, the cores and collection get created, but there is no leader

Re: Empty Solr 4.2.1 can not create Collection

2013-04-10 Thread A.Eibner
Hi, here the clusterstate.json (from zookeeper) after creating the core: {storage:{ shards:{shard1:{ range:8000-7fff, state:active, replicas:{app02:9985_solr_storage-core:{ shard:shard1, state:down, core:storage-core,

Re: Empty Solr 4.2.1 can not create Collection

2013-04-09 Thread A.Eibner
Hi, thanks for your faster answer. You don't use the Collection API - may I ask you why ? Therefore you have to setup everything (replicas, ...) manually..., which I would like to avoid. Also what I don't understand, why my steps work in 4.0 but won't in 4.2.1... Any clues ? Kind Regards

Re: Empty Solr 4.2.1 can not create Collection

2013-04-09 Thread A.Eibner
Hi, you are right, I have removed collection1 from the solr.xml but set defaultCoreName=storage. Also this works in 4.0 but won't in 4.2.1, any clues ? Kind Regards Alexander Am 2013-04-08 20:06, schrieb Joel Bernstein: The scenario above needs to have collection1 removed from the solr.xml

Re: Empty Solr 4.2.1 can not create Collection

2013-04-08 Thread Joel Bernstein
The steps that I use to setup the collection are slightly different: 1) Start zk and upconfig the config set. Your approach is same. 2) Start appservers with Solr zkHost set to the zk started in step 1. 3) Use a core admin command to spin up a new core and collection.

Re: Empty Solr 4.2.1 can not create Collection

2013-04-08 Thread Joel Bernstein
The scenario above needs to have collection1 removed from the solr.xml to work. This, I believe, is the Empty Solr scenario that you are talking about. If you don't remove collection1 from solr.xml on all the solr instances, they will get tripped up on collection1 during these steps. If you