Re: Does shard splitting double host count

2015-03-02 Thread Shawn Heisey
On 3/2/2015 6:12 AM, tuxedomoon wrote: > Shawn, in light of Garth's response below > > "You can't just add a new core to an existing collection. You can add the > new node to the cloud, but it won't be part of any collection. You're not > going to be able to just slide it in as a 4th shard to an

Re: Does shard splitting double host count

2015-03-02 Thread tuxedomoon
Shawn, in light of Garth's response below "You can't just add a new core to an existing collection. You can add the new node to the cloud, but it won't be part of any collection. You're not going to be able to just slide it in as a 4th shard to an established collection of 3 shards." how is it

Re: Does shard splitting double host count

2015-02-27 Thread tuxedomoon
I'd forgotten that DzkHost refers to the Zookeeper hosts not SOLR hosts. Thanks. -- View this message in context: http://lucene.472066.n3.nabble.com/Does-shard-splitting-double-host-count-tp4189595p4189703.html Sent from the Solr - User mailing list archive at Nabble.com.

RE: Does shard splitting double host count

2015-02-27 Thread Garth Grimm
a new collection for the next set. Keep the query alias updated to span the collections you're interested in. -Original Message- From: tuxedomoon [mailto:dancolem...@yahoo.com] Sent: Friday, February 27, 2015 12:43 PM To: solr-user@lucene.apache.org Subject: Re: Does shard splitting doub

Re: Does shard splitting double host count

2015-02-27 Thread Shawn Heisey
On 2/27/2015 11:42 AM, tuxedomoon wrote: > What about adding one new leader/replica pair? It seems that would entail > > a) creating the r3.large instances and volumes > b) adding 2 new Zookeeper hosts? > c) updating my Zookeeper configs (new hosts, new ids, new SOLR config) > d) restarting all ZK

Re: Does shard splitting double host count

2015-02-27 Thread tuxedomoon
What about adding one new leader/replica pair? It seems that would entail a) creating the r3.large instances and volumes b) adding 2 new Zookeeper hosts? c) updating my Zookeeper configs (new hosts, new ids, new SOLR config) d) restarting all ZKs e) restarting SOLR hosts in sequence needed for co

Re: Does shard splitting double host count

2015-02-27 Thread Shawn Heisey
On 2/27/2015 7:15 AM, tuxedomoon wrote: > I currently have a SolrCloud with 3 shards + replicas, it is holding 130M > documents and the r3.large hosts are running out of memory. As it's on 4.2 > there is no shard splitting, I will have to reindex to a 4.3+ version. > > If I had that feature would

RE: Does shard splitting double host count

2015-02-27 Thread Garth Grimm
Well, if you're going to reindex on a newer version, just start out with the number of shards you feel is appropriate, and reindex. But yes, if you had 3 shards, wanted to split some of them, you'd really have to split all of them (making 6), if you wanted the shards to be about the same size. As