How to restore an index from a backup over HTTP

2014-08-15 Thread Greg Solovyev
Hello, I am looking for advice on implementing the following backup/restore scenario. We are using Solr to index email. Each mailbox has it's own Collection. We do not store emails in Solr, the emails are stored on disk in a blob store, meta data is stored in a database and Solr is used only fo

Re: How to restore an index from a backup over HTTP

2014-08-16 Thread Greg Solovyev
rg Sent: Friday, August 15, 2014 7:31:19 PM Subject: Re: How to restore an index from a backup over HTTP On 8/15/2014 5:51 AM, Greg Solovyev wrote: > What I want to achieve is being able to send the backed up index to Solr > (either standalone or with ZooKeeper) in a way similar to creating a n

Re: How to restore an index from a backup over HTTP

2014-08-18 Thread Greg Solovyev
nt, let me know if you¹re interested. On 8/16/14, 3:03 AM, "Greg Solovyev" wrote: >Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty >straight forward, but the main concern I have is the internal data format >that ReplicationHandler and SnapPuller use

Re: How to restore an index from a backup over HTTP

2014-08-18 Thread Greg Solovyev
che.org Sent: Sunday, August 17, 2014 12:28:12 AM Subject: Re: How to restore an index from a backup over HTTP On 8/16/2014 4:03 AM, Greg Solovyev wrote: > Thanks Shawn, this is a pretty cool idea. Adding the handler seems pretty > straight forward, but the main concern I have is the in

Re: How to restore an index from a backup over HTTP

2014-09-04 Thread Greg Solovyev
Comments/Issues/Patches welcome. On 8/18/14, 11:28 AM, "Greg Solovyev" wrote: >Thanks Jeff, I'd be interested in taking a look at the code for this >tool. My github ID is grishick. > >Thanks, >Greg > >- Original Message - >From: "Jeff Wartes"

Re: Mongo DB Users

2014-09-15 Thread Greg Solovyev
Remove me from this thread please Thanks, Greg - Original Message - From: "Jack Krupansky" To: solr-user@lucene.apache.org Sent: Monday, September 15, 2014 10:44:00 AM Subject: Re: Mongo DB Users > >Waiting for a positive response! -1 -- Jack Krupansky -Original Message- Fro

Consul instead of ZooKeeper anyone?

2014-10-31 Thread Greg Solovyev
I am investigating a project to make SolrCloud run on Consul instead of ZooKeeper. So far, my research revealed no such efforts, but I wanted to check with this list to make sure I am not going to be reinventing the wheel. Have anyone attempted using Consul instead of ZK to coordinate SolrCloud

Re: Consul instead of ZooKeeper anyone?

2014-11-03 Thread Greg Solovyev
tting my Product Manager hat on I'd ask "is the benefit worth the effort?". All that said, go for it if you've a mind to! Best, Erick On Fri, Oct 31, 2014 at 4:08 PM, Greg Solovyev wrote: > I am investigating a project to make SolrCloud run on Consul instead of > ZooKeepe

Re: Consul instead of ZooKeeper anyone?

2014-11-04 Thread Greg Solovyev
amount of work from a bunch of people, all of whom have lots of things on their plate. So without a _very_ good reason, I think it's unlikely to generate much interest. Best, Erick On Mon, Nov 3, 2014 at 11:17 AM, Greg Solovyev wrote: > Thanks Erick, > after looking further into Solr

Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
I am seeing the same problem with 4.10.2 and 4.9.0. CloudSolrServer keeps opening connections to ZK and never closes them. Eventually (very soon) ZK runs out of connections and stops accepting new ones. Thanks, Greg - Original Message - From: "JoeSmith" To: "solr-user" Sent: Sunday,

Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
I am seeing this problem with Java 1.8.0_25-b17 on Ubuntu 14.04.1 LTS ZK 3.4.6, Solr 4.10.2 Thanks, Greg - Original Message - From: "JoeSmith" To: "solr-user" Sent: Monday, December 8, 2014 6:19:08 PM Subject: Re: CloudSolrServer, concurrency and too many connections Thanks, Shawn. I

Re: CloudSolrServer, concurrency and too many connections

2014-12-10 Thread Greg Solovyev
This was a user error. My code was re-instantiating CloudSolrServer for each request and never calling CloudSolrServer::shutdown(). Thanks, Greg - Original Message - From: "Greg Solovyev" To: solr-user@lucene.apache.org Sent: Wednesday, December 10, 2014 11:08:10 AM S

Re: Team please help

2018-04-30 Thread Greg Solovyev
Sujeet, what do you mean by migrating? E.g., are you moving your data from Cloudera CDH to Azure HDI? Are migrating your application code written on top of Cloudera CDH to run on top of Azure HDI? As far as I know, Azure HDI does not include Solr, so if your application on top of Cloudera CDH is us