solr - Run SolrCloud on different machine -


i trying configure solrcloud on more 1 server/machine 1 server fail replica can serve request.

i can run solrcloud on single machine 2 node on different port address. refering link

but how can run on different machine. configuration need achieve this?

any appreciated.

you provide solr address zookeeper ensemble you'll using distribute workload. it's highly recommended run zookeeper instead of using 1 bundled solr. in last example in link you've provided, can see -z parameter provides connection list of zookeeper instances available. solr uses zookeeper keep cluster state , available servers synced across instances.


Comments

Popular posts from this blog

PySide and Qt Properties: Connecting signals from Python to QML -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

scala - 'wrong top statement declaration' when using slick in IntelliJ -