ShardsPerNode=1
The SolrCloud wiki does a good job of explaining the params and how they
function.
http://wiki.apache.org/solr/SolrCloud
Jared
On Fri, May 17, 2013 at 4:57 AM, A.Eibner wrote:
Hi, sorry for the delay.
I have two live nodes (also zookeeper knows these two
[app02:9985_solrl,app03:998
nfigName=storage-conf
Both replicas will be created on app02.
Any clues ?
Should I post anything else?
Regards
Alexander
Am 2013-05-15 14:48, schrieb Mark Miller:
Yeah, I use both on an empty Solr - what is the error?
- Mark
On May 15, 2013, at 6:53 AM, A.Eibner wrote:
Hi,
I just wanted to a
Hi,
I just wanted to ask, if anyone is using the collections API to create
collections,
or if not how they use the coreAPI to create a collection with
replication ?
Because I run into errors when creating a collection on an empty solr.
Kind regards
Alexander
:
: Am 2013-04-10 22:27, schrieb A.Eibner:
: > Hi,
: >
: > here the clusterstate.json (from zookeeper) after creating the core:
: >
: > {"storage":{
: > "shards":{"shard1":{
: > "range":"8000-7fff&q
t's a bug ?
Kind Regards
Alexander
Am 2013-04-10 22:27, schrieb A.Eibner:
Hi,
here the clusterstate.json (from zookeeper) after creating the core:
{"storage":{
"shards":{"shard1":{
"range":"8000-7fff",
&qu
isterInZk(CoreContainer.java:908)
... 22 more
Kind regards
Alexander
Am 2013-04-10 19:12, schrieb 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.
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 Collectio
lection.configName=storage-conf>
shard=shard1
5) Same command as above on the 3rd server to spin up another replica.
This will spin up a new core and bind it to shard1 of the storage
collection.
On Mon, Apr 8, 2013 at 9:34 AM, A.Eibner wrote:
Hi,
I have a problem with setting u
ill spin up a new core and bind it to shard1 of the storage
collection.
On Mon, Apr 8, 2013 at 9:34 AM, A.Eibner wrote:
Hi,
I have a problem with setting up my solr cloud environment (on three
machines).
If I want to create my collections from scratch I do the following:
*) Start ZooKeep