Re: CREATE collection bug or feature?

2015-06-19 Thread Jim . Musil
Thanks as always for the great answers! Jim On 6/19/15, 11:57 AM, "Erick Erickson" wrote: >Jim: > >This is by design. There's no way to tell Solr to find all the cores >available and put one replica on each. In fact, you're explicitly >telling it to create one and only one replica, one and onl

Re: CREATE collection bug or feature?

2015-06-19 Thread Erick Erickson
Jim: This is by design. There's no way to tell Solr to find all the cores available and put one replica on each. In fact, you're explicitly telling it to create one and only one replica, one and only one shard. That is, your collection will have exactly one low-level core. But you realized that...

Re: CREATE collection bug or feature?

2015-06-19 Thread Shawn Heisey
On 6/19/2015 11:15 AM, Jim.Musil wrote: > I noticed that when I issue the CREATE collection command to the api, it does > not automatically put a replica on every live node connected to zookeeper. > > So, for example, if I have 3 solr nodes connected to a zookeeper ensemble and > create a collect

CREATE collection bug or feature?

2015-06-19 Thread Jim . Musil
I noticed that when I issue the CREATE collection command to the api, it does not automatically put a replica on every live node connected to zookeeper. So, for example, if I have 3 solr nodes connected to a zookeeper ensemble and create a collection like this: /admin/collections?action=CREATE&