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

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 fidw...@gmail.com To: solr-user

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 fidw...@gmail.com To: solr-user solr-user@lucene.apache.org Sent: Monday, December 8, 2014 6:19:08 PM Subject: Re: CloudSolrServer, concurrency

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 g...@zimbra.com To: solr-user@lucene.apache.org Sent: Wednesday, December 10, 2014 11:08:10 AM

Re: Consul instead of ZooKeeper anyone?

2014-11-04 Thread Greg Solovyev
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 g...@zimbra.com wrote: Thanks Erick, after looking further into Solr's source code, I see that it's

Re: Consul instead of ZooKeeper anyone?

2014-11-03 Thread Greg Solovyev
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 g...@zimbra.com wrote: I am investigating a project to make SolrCloud run on Consul instead of ZooKeeper. So far, my research revealed no such efforts, but I

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: Mongo DB Users

2014-09-15 Thread Greg Solovyev
Remove me from this thread please Thanks, Greg - Original Message - From: Jack Krupansky j...@basetechnology.com 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

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

2014-09-04 Thread Greg Solovyev
/solrcloud_manager Comments/Issues/Patches welcome. On 8/18/14, 11:28 AM, Greg Solovyev g...@zimbra.com 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 jwar...@whitepages.com To: solr-user

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

2014-08-18 Thread Greg Solovyev
point, let me know if you¹re interested. On 8/16/14, 3:03 AM, Greg Solovyev g...@zimbra.com 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
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 internal data format

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

2014-08-16 Thread Greg Solovyev
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 new

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