From eaeeb4e2150be5785a7e2edb43b45b4a6dfcf55e Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Thu, 7 Sep 2017 14:37:50 +0200 Subject: [PATCH] Use an esternal zookeeper cluster manage the solr cluster. --- solr/templates/solr.xml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/templates/solr.xml.j2 b/solr/templates/solr.xml.j2 index 73d00829..dbcb9e55 100644 --- a/solr/templates/solr.xml.j2 +++ b/solr/templates/solr.xml.j2 @@ -35,7 +35,7 @@ ${hostContext:solr} {{ solr_zk_timeout }} ${genericCoreNodeNames:true} - {% if solr_cloud_mode %} + {% if solr_zk_external_cluster %} {{ solr_zk_hosts }} {% endif %} {% endif %}