-
Notifications
You must be signed in to change notification settings - Fork 5.1k
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
Traefik crashes when using Consul catalog #699
Comments
I assume it's due to a lot of reconnections to consul. This should be fixed in master. Could you try with |
I can use that image and it should be pretty straightforward to verify that this fixes the problem. I do, however, have one question. Should I be using the |
@drywheat |
Thank you for clearing that up. So, regarding the newer Here's a screenshot of the new logs: |
@drywheat sadly I can't reproduce your issue :'( Could give me more details on this? How much errors do you get between traefik start and the issue? Could you launch traefik in DEBUG mode for few hours and send the logs? |
I'm sorry I waited so long to respond. I believe this bug went away after I updated to v1.1.0-rc1. I'm happy to close the issue now and I want to say thanks for your help. |
I'm running Traefik inside of a container (v1.0.2) configured to use the Consul catalog for backend discovery. It will run well for about 2 days on average and then crash with the following error:
Cannot connect to consul server Consul service list nil
. This happens consistently.My Consul cluster has remained stable during this entire testing effort so I believe this is a bug inside of Traefik. Here is some console output:
The text was updated successfully, but these errors were encountered: