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
This works in 0.6.0. Also find it strange that it tries to search for an alloc, as that is what alloc-status is for right?
Nomad version
Nomad v0.6.2
Operating system and Environment details
Mac OS X Sierra; Ubuntu
Issue
$ nomad status app-production
Error querying search with id: "Unexpected response code: 500 (3 error(s) occurred:\n\n* RPC failed to server 10.0.0.49:4647: rpc error: alloc lookup failed: index error: Input (without hyphens) must be even length\n* RPC failed to server 10.0.0.12:4647: rpc error: alloc lookup failed: index error: Input (without hyphens) must be even length\n* RPC failed to server 10.0.0.19:4647: rpc error: alloc lookup failed: index error: Input (without hyphens) must be even length)"
Job file (if appropriate)
job "app-production" {
...
The text was updated successfully, but these errors were encountered:
Hey this is a duplicate of #3118. It will be fixed in 0.6.3. Also status is now a general purpose command that can route to the appropriate status of any Nomad object. You can use nomad job status instead if you just want jobs.
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.
This works in 0.6.0. Also find it strange that it tries to search for an alloc, as that is what
alloc-status
is for right?Nomad version
Nomad v0.6.2
Operating system and Environment details
Mac OS X Sierra; Ubuntu
Issue
Job file (if appropriate)
The text was updated successfully, but these errors were encountered: