-
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
Allocation fails with a panic #5935
Comments
Hey @denysvetali thanks for reporting this. Could you try this against 0.9.3 to see if you experience the same issue? |
It happened randomly a couple of seconds ago. I'm upgrading to 0.9.3 as we speek. It might be an edge case, or something that popped up randomly for whatever reason (therefore it might also not be reproducible) |
@denysvitali I believe this was fixed in 0.9.3 as part of #5805 . Nomad 0.9.2 clients panic when an operator renames a TaskGroup name of a running job. Renaming TaskGroups isn't very common or predictable operation so it makes it appear sporadic. Please inspect the logs and job updates to confirm this hypothesis, or check how your cluster fair after upgrading to 0.9.3 and let us know! Thanks. |
Yeah, that seems to be the case. Now that I recall my actions I actually removed a task group (commented it out) while the job was running. I've updated to Nomad 0.9.3 now, I'll try again in the next couple of days to see if it works again. Thank you! |
Closing this based on the comments above |
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 v0.9.2 (028326684b9da489e0371247a223ef3ae4755d87)
Operating system and Environment details
CentOS Linux release 7.6.1810 (Core)
Issue
After a job is sent to nomad (happened randomly today), nomad segfaults and returns the following stacktrace:
Reproduction steps
Happens randomly
Job file (if appropriate)
I'll provide it in the following hours
The text was updated successfully, but these errors were encountered: