Skip to content
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

Hyphens no longer allowed in job names when using the CLI #3118

Closed
dsolsona opened this issue Aug 29, 2017 · 3 comments · Fixed by #3120
Closed

Hyphens no longer allowed in job names when using the CLI #3118

dsolsona opened this issue Aug 29, 2017 · 3 comments · Fixed by #3120

Comments

@dsolsona
Copy link

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

~# 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

@pkrolikowski
Copy link

@dsolsona use nomad job status channel-service instead

@hynek
Copy link
Contributor

hynek commented Aug 29, 2017

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? :)).

@github-actions
Copy link

github-actions bot commented Dec 8, 2022

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 8, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants