I'm trying to use Solr cloud with zookeeper. Per the solr cloud page, I am trying to use a standalone zookeeper and have the solr instances connect to it. Here's my problem: I can connect to zookeeper one time. Everything looks good on the solr admin page, and the "cloud" section is accurate. If I shut down my client and restart, I get 404'd when I try to access the solr admin page again.
There are no readily apparent errors in any logs, on either client or zookeeper side. I have a vanilla zookeeper downloaded from the apache site. I made sure all my versions are the same. My zoo.cfg is simple:
tickTime=2000
initLimit=10
syncLimit=5
I am using CloudSolrServer
to connect my program (which is running a solr instance) to zookeeper. I have read quite a bit about client session timeouts/termination, but I would have guessed completely shutting down and restarting the client would start a fresh session.
I am using solr v4.1.0 and zookeeper v3.4.5.