Thank you very much, Shawn. I had understood that Zookeeper was a mandatory component for Solr 4, and it is immensely useful to know that it is possible to do without.
/Martin Koch 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 > >