Re: SolrCloud - Shard splitting and re-sizing nodes

2014-12-12 Thread Erick Erickson
A couple of options: 1> physically copy the index over 2> (what I prefer) is to use the ADDREPLICA command from the Collections API to bring up a new node on the new machine as a replica of one of your splits. It'll automatically synchronize, and after it's done then shut down the original split.

SolrCloud - Shard splitting and re-sizing nodes

2014-12-12 Thread Trilok Prithvi
Hello, We have a 2 shards (S1, S2), 2 replica (R1, R2) setup (Solr Cloud) using 4.10.2 version. Each shard and replica resides on its own nodes (so, total of 4 nodes). As the data increased, we would like to split the shards. So, we are thinking about creating 4 more nodes (2 for shards (S3, S4)