-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Nomad server failover vs. task restart - Consul DNS #5908
Comments
You might be encountering #5654. This fix included in Nomad 0.9.2, I would encourage you to test this in the current version of Nomad and see if your issue is resolved. Hope this helps! |
Thank you for your reply. We are upgrading to 0.9.3 in our test environment at the moment. |
@jozef-slezak Can you confirm that 0.9.3 fix your issue? |
Hello, it definitely helped to upgrade to 0.9.3 (originally from 0.9.1) but we observed three more issues. @cgbaker, could you please repeat the restart cluster test and wait until it breaks - the DNS entry will be missing (I believe that I saw also missing Consul entry before - in that situation we workarounded the situation by stopping alloc which caused reschedule and correct registration to Consul/DNS). I was able to reproduce this behavior by using https://github.com/hashicorp/nomad/files/3364021/11afd990a7b76a9909c2b0328f17381ad3d27bef.zip. |
Hey there Since this issue hasn't had any activity in a while - we're going to automatically close it in 30 days. If you're still seeing this issue with the latest version of Nomad, please respond here and we'll keep this open and take another look at this. Thanks! |
This issue will be auto-closed because there hasn't been any activity for a few months. Feel free to open a new one if you still experience this problem 👍 |
I'm going to lock this issue because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active issues. |
Some of our jobs/tasks (running nomad clients on different machines then nomad servers) are being restarted when restarted nomad server appears again in the cluster. I would expect defensive behavior. Please, minimize restarts or correct me if I am wrong.
Is this behavior related also to #5669?
Nomad version
0.9.1
Operating system and Environment details
CentOS Linux
Issue
Unexpected job restarts when nomad server comes back again (3node cluster).
Reproduction steps
Job file (if appropriate)
Tested with both service and system jobs
The text was updated successfully, but these errors were encountered: