RE: SolrCloud Issues

2014-07-17 Thread Cool Techi
dan.mur...@buy4now.com > To: solr-user@lucene.apache.org > Subject: RE: SolrCloud Issues > Date: Thu, 17 Jul 2014 13:27:17 + > > Have you deployed ZooKeeper on servers other than the Solr nodes? > If you have them on the Solr nodes, then you may be getting electi

RE: SolrCloud Issues

2014-07-17 Thread Dan Murphy
: Re: SolrCloud Issues On 7/17/2014 6:57 AM, Cool Techi wrote: > We have moved to SolrCloud (version 4.8) and are facing several issues > in this setup compared to the master/slave setup we have had for a > while now, > 1) We have a 2 shard set-up with one replica each, we notice that

Re: SolrCloud Issues

2014-07-17 Thread Shawn Heisey
On 7/17/2014 6:57 AM, Cool Techi wrote: > We have moved to SolrCloud (version 4.8) and are facing several issues in > this setup compared to the master/slave setup we have had for a while now, > 1) We have a 2 shard set-up with one replica each, we notice that most of the > time the replica's are

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-16 Thread Mark Miller
On Feb 16, 2012, at 2:53 PM, arin g wrote: > i have the same problem, it seems that there is a bug in SolrZkServer class > (parseProperties method), that doesn't work well when you have an external > zookeeper ensemble. > This issue was around using an embedded ensemble - an external ensemble m

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-16 Thread arin g
i have the same problem, it seems that there is a bug in SolrZkServer class (parseProperties method), that doesn't work well when you have an external zookeeper ensemble. Thanks, arin -- View this message in context: http://lucene.472066.n3.nabble.com/SolrCloud-issues-running-with-embedded-zook

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-03 Thread Dipti Srivastava
Hi Mark, Thanks for looking into the issue. As for specifying the bootstrap dir for each instance with ZK, it was just a typo on my side. I went back and looked at my script on the second and 3rd nodes and it did not have the bootstrp dir, so I had specified it for only the very FIRST node that re

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-02 Thread Mark Miller
Thanks Dipti! One thing that seems off is that you are passing the bootstrap_confdir param on each instance? Other than that though, the problem you are seeing is indeed a bug - though hidden if using localhost. I'll fix it here: https://issues.apache.org/jira/browse/SOLR-3091 Again, thanks f

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-02-02 Thread Dipti Srivastava
Hi Mark, I am trying to set up on 4 ami's, where 3 of the instances will have the embedded ZK running. Here are the startup commands for all 4. - Note that on the 4th instance I do not have the ZK host and bootstrap conf dir specified. The 4th instance throws exception (earlier in this email chain

Re: SolrCloud - issues running with embedded zookeeper ensemble

2012-01-31 Thread Mark Miller
Hey Dipti - Can you give the exact startup cmds you are using for each of the instances? I have got Example C going, so I'll have to try and dig into whatever you are seeing. - mark On Jan 27, 2012, at 12:53 PM, Dipti Srivastava wrote: > Hi Mark, > Did you get a chance to look into the issues