This config isn't intended for embedded zookeeper, it is for a separate
zookeeper ensemble that is shared with other services.
Upayavira
On Tue, Feb 12, 2013, at 10:19 PM, mbennett wrote:
> The suggested syntax didn't work with embedded ZooKeeper:
>
> Syntax:
> -DzkRun -DzkHost=nodeA:9983,nodeB:
The suggested syntax didn't work with embedded ZooKeeper:
Syntax:
-DzkRun -DzkHost=nodeA:9983,nodeB:9983,nodeC:9983,nodeD:9983/solrroot
-DnumShards=2 -Dbootstrap_confdir=./solr/collection1/conf
-Dcollection.configName=MyConfig
Error:
SEVERE: Could not start Solr. Check solr/home property and the
Cool, we should add this to the wiki.
-Mark
On Thursday, January 3, 2013, cmuarg wrote:
> the solution: –DzkHost=zoo1:8983,zoo2:8983,zoo3:8983/solrroot
>
> thanks
> /C
>
>
>
> --
> View this message in context:
> http://lucene.472066.n3.nabble.com/solr4-0-problem-zkHost-with-multiple-hosts-throw
the solution: –DzkHost=zoo1:8983,zoo2:8983,zoo3:8983/solrroot
thanks
/C
--
View this message in context:
http://lucene.472066.n3.nabble.com/solr4-0-problem-zkHost-with-multiple-hosts-throws-out-of-range-exception-tp4014440p4030394.html
Sent from the Solr - User mailing list archive at Nabble.c
I think it should be
–DzkHost=zoo1:8983,zoo2:8983,zoo3:8983/solrroot
Tomás
On Thu, Jan 3, 2013 at 2:14 PM, Mark Miller wrote:
> I don't really understand your question. More than one what?
>
> More than one external zk node? Start up an ensemble, and pass a comma sep
> list of the addresses
I don't really understand your question. More than one what?
More than one external zk node? Start up an ensemble, and pass a comma sep list
of the addresses as the zkhost - each one should have the same chroot on it.
- Mark
On Jan 3, 2013, at 4:32 AM, cmuarg wrote:
> Hello
>
> I have a zook
Hello
I have a zookeeper ensemble that is also used for other purposes and I don’t
want the zookeeper root get messed up with solrcloud things so I try to use
‘chroot’.
One external zookeeper node works fine with –DzkHost=zoo1:8983/solrroot
(solrroot must exist) but how specify more than one?
Th
On Tue, Nov 13, 2012 at 12:22 AM, deniz wrote:
> so do we need to add one of the servers from the -DzkHost string to -DzkRun?
By the way - not just any of the servers has to be added to zkRun -
but the address for the current server - that is, the server you are
running the command on. This is so
On Tue, Nov 13, 2012 at 12:22 AM, deniz wrote:
> so do we need to add one of the servers from the -DzkHost string to -DzkRun?
> should it look like
>
> -DzkRun=host1:port -DzkHost=host:port, host1:port, host2:port in the
> start up command?
Yeah, something to that affect.
>
>
> and will wiki
so do we need to add one of the servers from the -DzkHost string to -DzkRun?
should it look like
-DzkRun=host1:port -DzkHost=host:port, host1:port, host2:port in the
start up command?
and will wiki page be updated? because the example there is still letting
into the error that was mention
Sorry - the doc on this has never been clear I think.
For the examples there is this default thing where it looks for localhost in
your zk connect string.
For real cases, you need to use -DzkRun={zk_address}
This is how Solr figures out which zk address is for the local host so it can
auto cre
I'm pretty sure this problem has been there forever -- the parsing of zkHost is
busted. I believe it's only been intended for example/demo purposes and
therefore makes some assumptions about the value.
I haven't looked at the current code, but this is my recollection from about a
year ago.
>
12 matches
Mail list logo