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
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
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
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
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
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
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
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
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