Skip to content

When trace id is invalid, Jaeger UI send this request forever #128

Closed
@tiffon

Description

Related to jaegertracing/jaeger#556.

The UI loops endlessly if the HTTP request to get a trace succeeds but does not have the expected trace. This can happen in the scenario described in the ticket and also when the URL has uppercase letters in the trace ID because the HTTP response always uses lowercase.

  • Limit the number of times the same request is issued
  • Do not reissue the same request
  • If the URL contains uppercase update the URL to be lowercase, then issue the request
    • A permanent redirect would be preferred, but that's in the hands of the query-service (cc @yurishkuro , @black-adder)

Activity

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

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions