You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just upgraded one of our Nomad clusters and I'm seeing issues with jobs that contain a hyphen, for example
~# nomad status channel-service
Error querying search with id: "Unexpected response code: 500 (alloc lookup failed: index error: Input (without hyphens) must be even length)"
This same command works in Nomad 0.6.0
The text was updated successfully, but these errors were encountered:
It seems like nomad status is now more general purpose (will guess the type of the status you're interested in) but is a bit too trigger-happy in thinking something is an UUID (I guess just looks for hyphens? :)).
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.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Nomad version
Nomad v0.6.2
Operating system and Environment details
Linux 4.9.0-0.bpo.2-amd64
Issue
I just upgraded one of our Nomad clusters and I'm seeing issues with jobs that contain a hyphen, for example
This same command works in Nomad 0.6.0
The text was updated successfully, but these errors were encountered: