Karl Wright created SOLR-5678:
---------------------------------
Summary: When SolrJ/SolrCloud can't talk to Zookeeper, it throws a
RuntimeException
Key: SOLR-5678
URL: https://issues.apache.org/jira/browse/SOLR-5678
Project: Solr
Issue Type: Bug
Affects Versions: 4.6
Reporter: Karl Wright
This class of exception should not be used for run-of-the-mill networking kinds
of issues. SolrServerException or some variety of IOException should be thrown
instead. Here's the trace:
{code}
java.lang.RuntimeException: java.util.concurrent.TimeoutException: Could not
connect to ZooKeeper localhost:2181 within 60000 ms
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:130)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:88)
at
org.apache.solr.common.cloud.ZkStateReader.<init>(ZkStateReader.java:148)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.connect(CloudSolrServer.java:147)
at
org.apache.solr.client.solrj.impl.CloudSolrServer.request(CloudSolrServer.java:173)
at
org.apache.manifoldcf.agents.output.solr.HttpPoster$SolrPing.process(HttpPoster.java:1315)
at
org.apache.manifoldcf.agents.output.solr.HttpPoster$StatusThread.run(HttpPoster.java:1208)
Caused by: java.util.concurrent.TimeoutException: Could not connect to
ZooKeeper localhost:2181 within 60000 ms
at
org.apache.solr.common.cloud.ConnectionManager.waitForConnected(ConnectionManager.java:173)
at
org.apache.solr.common.cloud.SolrZkClient.<init>(SolrZkClient.java:127)
... 6 more
{code}
--
This message was sent by Atlassian JIRA
(v6.1.5#6160)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]