Re: Autoscaling in 8.2

2019-10-31 Thread Jörn Franke
You can have replication policies if you don’t want to replicate manually, but automatically: https://lucene.apache.org/solr/guide/7_1/solrcloud-autoscaling-auto-add-replicas.html >> Am 31.10.2019 um 15:55 schrieb Pranaya Behera : > So my setup is this: > 1 node > 1 collection (created via col

Re: Autoscaling in 8.2

2019-10-31 Thread Erick Erickson
So you want the new node to host some part of the original collection, right? use the Collections API ADDREPLICA or MOVEREPLICA commands is the easiest. Best, Erick > On Oct 31, 2019, at 10:55 AM, Pranaya Behera wrote: > > So my setup is this: > 1 node > 1 collection (created via collection AP

Re: Autoscaling in 8.2

2019-10-31 Thread Pranaya Behera
So my setup is this: 1 node 1 collection (created via collection API) 1 shard 1 replica This node is connected to zookeeper. Now let's say I added one more node to the zookeeper, this node is new, hence there won't be any collection created for me automatically. It is a barebane node i.e. connecte

Re: Autoscaling in 8.2

2019-10-31 Thread Jörn Franke
You need to create a replica of the collection on the other node: https://lucene.apache.org/solr/guide/6_6/collections-api.html See addreplica >> Am 31.10.2019 um 09:46 schrieb Pranaya Behera : > Hi, > I have one node started with solrcloud. I have created one collection > with the defaul

Re: Autoscaling in 8.2

2019-10-31 Thread Erick Erickson
I really don’t understand the question. If you’ve created a new collection, presumably it’s got a different name, correct? So you need to send some documents to that collection and then query it for it to “do any work”. I.e. http://localhost:8983/solr/original_collection/update…. http://localho

Autoscaling in 8.2

2019-10-31 Thread Pranaya Behera
Hi, I have one node started with solrcloud. I have created one collection with the default configsets. When I am creating another node joining the same cluster i.e. zookeeper chroot, is there any way to create the collection ? Currently it is just sitting idle, not doing any work. In the docum