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
: 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
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
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",
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 wrote:
> Hi Joel,
>
> I followed your steps, the cores and collection get created, but there is
> no leader elected so I c
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 -
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.
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
Alex
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 star
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.
http://app01/solr/admin/co
10 matches
Mail list logo