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