Is it possible to run solr without zookeeper, but still using sharding, if it's all running on one host? Would the shards have to be explicitly included in the query urls?
Thanks, /Martin On Fri, Mar 1, 2013 at 3:58 PM, Shawn Heisey <s...@elyograg.org> wrote: > On 3/1/2013 7:34 AM, Martin Koch wrote: > >> Most of the time things run just fine; however, we see this error every so >> often, and fix it as described. >> >> How do I run solr in non cloud mode? Could you point me to a description? >> > > The zookeeper options are required for cloud mode - zkHost to tell it > about all your zookeeper nodes, zkRun to run an embedded zookeeper server. > If you don't have these in solr.xml or your startup commandline, Solr 4.x > will not be running in cloud mode, just like earlier versions. > > Thanks, > Shawn > >