On 3/3/2015 6:19 PM, Chris Hostetter wrote:
> 
> : I've been experimenting with the new start script in 5.0, and have come
> : across something I can't figure out.  It's easy enough to start up a
> : SolrCloud example ("bin/solr start -e cloud", answer the prompts) ...
> : but once I've done that, how do I restart it without telling it how to
> : build the cloud example again?
> 
> the "-e" example options are for just that: running examples.
> 
> in production instances, you should avoid using -e (and for that matter: 
> anything remotely related to embedded zoo keeper) and instead either run 
> multiple solr instances on multiple machines, or use the "-s" and "-p" 
> options to control what home dir & port each instance of solr should use.
> 
> having said that: there is in fact a "restart" option for bin/solr and 
> there are some notes in the ref guide baout how to use it to restart the 
> nodes that are launched using the solr cloud example...
> 
> https://cwiki.apache.org/confluence/display/solr/Getting+Started+with+SolrCloud#GettingStartedwithSolrCloud-RestartingNodes

Cassandra pointed me at the right place in the ref guide to restart both
of the example instances.

It's not for production ... I'm trying to duplicate the situation on the
user list where someone has 4000 collections and can't get SolrCloud to
restart properly.

That's been an adventure and a half, and I'm not sure that I'm there yet.

Thanks,
Shawn


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to