-
Notifications
You must be signed in to change notification settings - Fork 617
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
Fabio 1.5.13 - no more "[INFO] Config updates" message in the logs #751
Comments
Closing this issue, feel free to re-open if this is not a duplicate of the above issues. |
Side note, would be curious about your nomad test. We're using Fabio with Nomad to deploy our applications as well. |
@leprechau thank you for the quick feedback! Test is very simple - in very rare case we have config updates stalled. It could be due to few issues:
So using this heartbeat services we are checking if there are updates of the config in the last n minutes and if not - generating alert. We can also try to self-heal it by restarting fabio, but not doing it now as still hope to catch the root cause of the issue. P.S. will just wait for the new release, thanks again. |
@samm-git Thank you. I'm hoping to roll a 1.5.14-beta at least this week. With all the changes lately I think a beta release may be the best to get some real-world testing done before moving forward with an actual release. |
Hi @samm-git , I was curious if you could share that hearbeat service you mentioned? |
Hi,
After updating from Fabio 1.5.11 to the Fabio 1.5.13 we found that
[INFO] Config updates
is completely gone. We are using this message to validate that Fabio configuration is correctly updated, so it is critical for us to have it. Also i did not found anything in the logs telling that it is removed.I am using INFO error log, also tried with DEBUG one, with the same result. Fabio itself is updating routes, so looks like that issue affects only messaging.
This is how update was looking in 1.5.11:
In 1.5.13 it is just empty. fabio-heartbeat-nomad-* is a special service which goes up and down every 5 minutes to validate that all routes are correctly distributed on all fabio nodes. However, it looks like that all route messages are missing entirely.
Please let me know if any other information is needed.
The text was updated successfully, but these errors were encountered: