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

nomad service info <servicename>, cycles through available services #20264

Closed
bfqrst opened this issue Apr 2, 2024 · 1 comment
Closed

nomad service info <servicename>, cycles through available services #20264

bfqrst opened this issue Apr 2, 2024 · 1 comment
Labels

Comments

@bfqrst
Copy link

bfqrst commented Apr 2, 2024

Nomad version

Nomad v1.7.6
BuildDate 2024-03-12T07:27:36Z
Revision 594fedb

Operating system and Environment details

Ubuntu Jammy

Issue

nomad service info <specific_service> doesn't actually show you detailed info about the service you requested.

I noticed this behavior in versions prior, but can't say when I initially saw this...

Reproduction steps

Execute nomad service info <specific_service> on a Nomad client.

Expected Result

Detailed output about <specific_service>.

Actual Result

Output about different services at that time.

nomad service info vmagent
Job ID           Address             Tags  Node ID   Alloc ID
victoriametrics  10.194.XX.9:23141  []    de2dfcfe  b2d92d13

... one second later, same command:

nomad service info vmagent
Job ID                     Address        Tags  Node ID   Alloc ID
plugin-aws-ebs-controller  10.193.XX.29  []    8f2f5468  40139007
plugin-aws-ebs-controller  10.193.XX.21   []    545da35d  a1f4318d

Job file (if appropriate)

Nomad Server logs (if appropriate)

Nomad Client logs (if appropriate)

@bfqrst bfqrst added the type/bug label Apr 2, 2024
@jrasell
Copy link
Member

jrasell commented Apr 3, 2024

Hi @bfqrst and thanks for raising this issue. I believe it is a duplicate of #19542, so I will close this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Development

No branches or pull requests

2 participants