Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 6:01 AM, Venkateswarlu Bommineni wrote: > But I don't see replication factor is increased in Solr, It's still > showing as 2 after adding third also. The replicationFactor parameter is ONLY used at collection creation. It has zero purpose after that ... unless you have indexes in HDF

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Cool.. Thanks, Shawn. It's worked. But I don't see replication factor is increased in Solr, It's still showing as 2 after adding third also. Thanks, Venkat. On Tue, May 9, 2017 at 5:17 PM, Shawn Heisey wrote: > On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > > As you mentioned in para

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Shawn Heisey
On 5/9/2017 5:31 AM, Venkateswarlu Bommineni wrote: > As you mentioned in para2, I have created a new node and started using > below command but I could not get any option to name a node. > > as the name of the node is required for addingreplica to existing solrcloud. > > Could you please help me w

Re: Add new Solr Node to existing Solr setup

2017-05-09 Thread Venkateswarlu Bommineni
Hi Shawn, As you mentioned in para2, I have created a new node and started using below command but I could not get any option to name a node. as the name of the node is required for addingreplica to existing solrcloud. Could you please help me where to find the name of the node? Thanks, Venkat.

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Erick Erickson
Along with Shawn's comments, if you create a new collection, consider "oversharding". Say you calculate (more later) you can fit your collection in N shards, but you expect, over time, for your collection to triple. _start out_ with 3N shards, many of them will be co-located. As you get more docs m

Re: Add new Solr Node to existing Solr setup

2017-05-02 Thread Shawn Heisey
On 5/2/2017 4:24 AM, Venkateswarlu Bommineni wrote: > We have Solr setup with below configuration. > > 1) 1 collection with one shard > 2) 4 Solr Nodes > 2) and replication factor 4 with one replication to each Solr Node. > > as of now, it's working fine.But going forward it Size may reach high