Titan configuration with solr, with multiple zookeeper node

18 views
Skip to first unread message

Chen Xin Yu

unread,
Sep 21, 2016, 7:41:18 AM9/21/16
to Aurelius
Hi,
I use below configuration connect to solr cloud, it always work well before.

index.search.backend=solr
index.search.solr.mode=cloud
index.search.solr.zookeeper-url=zk.host1/solr
index.search.solr.configset=titan

But I have 3 zookeeper nodes(zk.host1,zk.host2,zk.host3) on my cluster, if zk.host1 is down, it would failed for Titan connect with Solr as below:
Caused by: java.util.concurrent.TimeoutException: Could not connect to zk.host1/solr within 10000 ms
    at org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:208)
    at org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:173)

Is there any configuration to monitor zookeeper quorum?

Reply all
Reply to author
Forward
0 new messages