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

OTEL all-in-one --help hangs #2581

Closed
albertteoh opened this issue Oct 21, 2020 · 2 comments · Fixed by #2589
Closed

OTEL all-in-one --help hangs #2581

albertteoh opened this issue Oct 21, 2020 · 2 comments · Fixed by #2589
Labels

Comments

@albertteoh
Copy link
Contributor

Describe the bug
May be related to #2566.

Running go run ./cmd/all-in-one --help prints help documentation, but appears to hang afterwards.

To Reproduce
Steps to reproduce the behavior:

  1. cd cmd/opentelemetry
  2. go run ./cmd/all-in-one --help

Output:

Jaeger OpenTelemetry all-in-one

Usage:
  jaeger-opentelemetry-all-in-one [flags]
...
      --sampling.strategies-file string                    The path for the sampling strategies file in JSON format. See sampling documentation to see format of the file
^Csignal: interrupt

Expected behavior
Print help documentation and exit successfully.

Screenshots

Version (please complete the following information):

  • OS: macOS
  • Jaeger version: master
  • Deployment: Development

What troubleshooting steps did you try?

Additional context

@yurishkuro
Copy link
Member

Is it just all-in-one or other otel binaries too?

@albertteoh
Copy link
Contributor Author

Is it just all-in-one or other otel binaries too?

@yurishkuro just otel all-in-one. All other binaries otel and non-otel exit successfully after printing help.

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

Successfully merging a pull request may close this issue.

3 participants