Re: Replicate cores from master to slave

2010-04-28 Thread Jason Rutherglen
Actually, it simply a matter of adding a core via core admin handler. It's not hard to accomplish, though, I guess it's not a part of Solr today to perform this task. On Wed, Apr 28, 2010 at 8:50 AM, Jon Baer wrote: > Correct me if Im wrong but I think the problem here is that while there is a >

Re: Replicate cores from master to slave

2010-04-28 Thread Jon Baer
Correct me if Im wrong but I think the problem here is that while there is a "fetchindex" command in replication the handler and the master/slave setup pertain to the core config. For example for this to work properly the solr.xml configuration would need to setup some type of "global" replicat

Re: Replicate cores from master to slave

2010-04-28 Thread Jason Rutherglen
In this case, there's a index/core created per day. Each new day/core needs to fairly immediately after creation, replicate to the slave for queries. Is there some other mechanism in trunk/cloud that would solve this? On Wed, Apr 28, 2010 at 9:22 AM, Yonik Seeley wrote: > On Wed, Apr 28, 2010 a

Re: Replicate cores from master to slave

2010-04-28 Thread Yonik Seeley
On Wed, Apr 28, 2010 at 10:14 AM, Jason Rutherglen wrote: > I guess I didn't explain it properly. I want to create a core on > the master, and then have N slaves also (aka replicate) create > those new core(s) on the slave servers, then of course, begin to > replicate (yeah, got that part). There

Re: Replicate cores from master to slave

2010-04-28 Thread Jason Rutherglen
I guess I didn't explain it properly. I want to create a core on the master, and then have N slaves also (aka replicate) create those new core(s) on the slave servers, then of course, begin to replicate (yeah, got that part). There doesn't appear to be anything today that does this, it's unclear ho

Re: Replicate cores from master to slave

2010-04-28 Thread Yonik Seeley
On Tue, Apr 27, 2010 at 9:56 PM, Chris Hostetter wrote: > but as i understand the new cloud stuff (by which i mean: i don't > understand the new cloud stuff, but i've heard rumors) this will be > possible with that functionality. Yeah, that should be the goal. The solrconfig.xml, etc, are stored

Re: Replicate cores from master to slave

2010-04-27 Thread Chris Hostetter
: If I create a new core on a Solr master, is there a way to instruct a : Solr slave to replicate the new core? replication is handled by a handler running inside the core, so the slave has to have the core running beore it can start replicating. but as i understand the new cloud stuff (by whic

Replicate cores from master to slave

2010-04-27 Thread Jason Rutherglen
If I create a new core on a Solr master, is there a way to instruct a Solr slave to replicate the new core?