-
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-members" from a server results in 500 #1515
Comments
marking #1382 as possibly related, not that they are the same issue, but that anyone working on these could tackle both |
@dadgar this is actually from the nomad server not the client |
So, i tried nomad again (0.5.2), by accident i setup a server in the wrong region, fixed the config and rejoined it to the cluster with the right region set. I tried server-force-leave on the broken node, deleted it's storage again and restarted it but the error remains. Only solution which i found to fix this was to stop all running instances of nomad globally, delete all storage (state, the datadir) for all nomad nodes, and then restart it with the right config from scratch. |
We hit the same issue with 0.7.1 last week. We ended up fixing this by changing the client-id of the server that moved regions, then take down the entire new region (happened to be the smallest we have). It came back clean (without the ghost node), and then we did a rolling restart of all servers in I have a small patch that makes |
Thanks for the update- we are tracking this in our team's future roadmap. In the interim, please feel free to submit PRs for specific commands, we'll complete the remainder when we pick up this task. |
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. |
Nomad version
nomad 0.4.0
Operating system and Environment details
ubuntu 14.04
Issue
the
nomad server-members
command 500's if a whole region is gone, possibly related to #1382Reproduction steps
nomad server-members
on the existing regionNomad Client logs (if appropriate)
The text was updated successfully, but these errors were encountered: