Description
Summary of report from user on mailing list:
If zookeeper is down or doesn't have quorum when you start Solr nodes, they will not function correctly, even if you later start zookeeper. While zookeeper is down, the log shows connection failures as expected. When zookeeper comes back, the log shows:
INFO - 2013-08-09 15:48:41.528; org.apache.solr.common.cloud.ConnectionManager; Client->ZooKeeper status change trigger but we are already closed
At that point, Solr (admin UI and all other functions) does not work, and won't work until it is restarted.
Attachments
Attachments
Issue Links
- is related to
-
SOLR-4899 When reconnecting after ZooKeeper expiration, we need to be willing to wait forever, not for 30 seconds.
- Closed
-
SOLR-14503 Solr does not respect waitForZk (SOLR_WAIT_FOR_ZK) property
- Closed