We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I noticed that sometimes I get this error after a docker solrcloud stack deploy:
HTTP ERROR 404 javax.servlet.UnavailableException: Error processing the request. CoreContainer is either not initialized or shutting down.
It seems that is a race condition that happens when zookeeper cluster is not yet up.
A possible solution is to add to the solrcloud image "dockerize" to wait for zookeeper as we do in collectory and other images.
A workaround is to repeat the playbook.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I noticed that sometimes I get this error after a docker solrcloud stack deploy:
It seems that is a race condition that happens when zookeeper cluster is not yet up.
A possible solution is to add to the solrcloud image "dockerize" to wait for zookeeper as we do in collectory and other images.
A workaround is to repeat the playbook.
The text was updated successfully, but these errors were encountered: