Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Jeon Woosung
did you set solr.solrxml.location in catalina.sh and how did you specify zkhost? -Dsolr.solrxml.location=zookeeper On Wed, Nov 19, 2014 at 9:54 PM, Robert Kent wrote: > Hi, > > I'm experiencing some odd behaviour with Solrcloud and Zookeeper. I am > running Solrcloud on one host and am running

Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Erick Erickson
ck...@gmail.com] >> Sent: 19 November 2014 14:32 >> To: solr-user@lucene.apache.org >> Subject: Re: Solrcloud and remote Zookeeper ensemble >> >> Alan's comment is spot on, and it's the first thing I'd try. >> >> Beyond that, though, this forum re

Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Mark Miller
E=zookeeper1:2181,zookeeper2:2181,zookeeper3:2181/solr > > From: Erick Erickson [erickerick...@gmail.com] > Sent: 19 November 2014 14:32 > To: solr-user@lucene.apache.org > Subject: Re: Solrcloud and remote Zookeeper ensemble > > Alan's c

RE: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Robert Kent
32 To: solr-user@lucene.apache.org Subject: Re: Solrcloud and remote Zookeeper ensemble Alan's comment is spot on, and it's the first thing I'd try. Beyond that, though, this forum really doesn't have much knowledge about various company's bundling for Solr and associated

Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Erick Erickson
Alan's comment is spot on, and it's the first thing I'd try. Beyond that, though, this forum really doesn't have much knowledge about various company's bundling for Solr and associated support tools so you might get more knowledgeable responses from the Cloudera support forums... Just in case the

Re: Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Alan Woodward
> SOLR_ZK_ENSEMBLE=zookeeper1:2181/solr,zookeeper2:2181/solr,zookeeper3:2181/solr This is the incorrect part, it should be: > SOLR_ZK_ENSEMBLE=zookeeper1:2181,zookeeper2:2181,zookeeper3:2181/solr The chroot is only appended at the end of the connection string. Not the way I would have done it,

Solrcloud and remote Zookeeper ensemble

2014-11-19 Thread Robert Kent
Hi, I'm experiencing some odd behaviour with Solrcloud and Zookeeper. I am running Solrcloud on one host and am running three Zookeepers on another three hosts. The Zookeeper part of things works correctly, I can add/remove/etc nodes from Zookeeper. I am running, or rather trying to run, Sol