Re: Replicating Between Solr Clouds

2014-08-19 Thread Jeff Wartes
I¹ve been working on this tool, which wraps the collections API to do more advanced cluster-management operations: https://github.com/whitepages/solrcloud_manager One of the operations I¹ve added (copy) is a deployment mechanism that uses the replication handler¹s snap puller to hot-load a pre-i

Re: Replicating Between Solr Clouds

2014-08-19 Thread reparker23
Are there any more OOB solutions for inter-SolrCloud replication now? Our indexing is so slow that we cannot rely on a complete re-index of data from our DB of record (SQL) to recover data in the Solr indices. -- View this message in context: http://lucene.472066.n3.nabble.com/Replicating-Betw

Re: Replicating Between Solr Clouds

2014-03-06 Thread perdurabo
Well, I think I finally figured out how to get SolrEntityProcessor to work, but there are still some issues. I had to add a library path to solrconfig.xml, but the cores are finally coming up and i am now manually able to run a data import that does seem to index all of the documents on the remote

Re: Replicating Between Solr Clouds

2014-03-06 Thread Shawn Heisey
On 3/6/2014 7:54 AM, perdurabo wrote: > Toby Lazar wrote >> Unless Solr is your system of record, aren't you already replicating your >> source data across the WAN? If so, could you load Solr in colo B from >> your colo B data source? You may be duplicating some indexing work, but >> at least you

Re: Replicating Between Solr Clouds

2014-03-06 Thread perdurabo
Toby Lazar wrote > Unless Solr is your system of record, aren't you already replicating your > source data across the WAN? If so, could you load Solr in colo B from > your colo B data source? You may be duplicating some indexing work, but > at least your colo B Solr would be more closely in sync

Re: Replicating Between Solr Clouds

2014-03-05 Thread Toby Lazar
data. Toby Sent via BlackBerry by AT&T -Original Message- From: Tim Potter Date: Wed, 5 Mar 2014 02:51:21 To: solr-user@lucene.apache.org Reply-To: solr-user@lucene.apache.org Subject: RE: Replicating Between Solr Clouds Unfortunately, there is no out-of-the-box solution for th

RE: Replicating Between Solr Clouds

2014-03-04 Thread Tim Potter
Unfortunately, there is no out-of-the-box solution for this at the moment. In the past, I solved this using a couple of different approaches, which weren't all that elegant but served the purpose and were simple enough to allow the ops folks to setup monitors and alerts if things didn't work.