-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
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
Waiting for kafka? #64
Comments
Hi Ben. The Kafka template now waits for Zookeeper before starting to avoid restarts. Can you check your |
Hi Taheris, Output of cat config/infra.yaml
Should 'zookeeper_host' not be zookeeper? Also, I haven't modified anything, I am just attempting to run this as a "black box" example. Thanks, |
The default DNS name should be fine, but for some reason the kafka init container can't resolve that zookeeper hostname. Can you try removing the |
Hi all. I have the same issue with the unmodified latest tree. Removing the |
Hi @marceleng. Can you post the output from |
@taheris
|
Kafka isn't starting because the Persistent Volume Claim is still unbound. Can you post the output of |
I'm not very familiar with Kubernetes. I assume this means that some storage space was not allocated for the services? Here are the commands you asked for. My setup is running on Ubuntu 16.04 with minikube v0.27.0
|
Thanks. The claims are created but stuck in pending. What does the output of |
Thanks a lot for the help btw @taheris! |
No problem. It looks like the minikube is stuck waiting for the provisioner. Taking a look at their Github issues it seems a few other people are having this issue as well: kubernetes/minikube#1783 Can you take a look at some of the suggested solutions in that thread and see if that helps? |
I've looked a bit and I cannot reproduce the issue you referenced on my machine - it seems to have been fixed in recent minikube releases. However, looking at the log from I created such a class and loaded it manually to minikube and it solved the
Probably that definition should be integrated in the bootstrap process. However the process still hangs and crashes afterwards on |
@marceleng: it seems there was a bug with older versions of httpie when redirecting to |
This fixed it for me thanks :). Also regarding the previous problem (hanging on Waiting for kafka), I think it is mostly related to the time taken by the cluster to create the persistent volumes and bind them to the right pods. It might be due to my setup, |
Good to hear. And yes, running all these services on one box can be disk IO heavy. I'll close this issue for now but you can open another if you run into further problems. |
On Master, after install pre-reqs, ubuntu 16.04, Upon running 'make start' I get:
So I guess the kafka docker image is never starting? Is this common? Has anyone seen this before?
Thanks,
Ben
The text was updated successfully, but these errors were encountered: