When trace id is invalid, Jaeger UI send this request forever #128
Closed
Description
opened on Nov 28, 2017
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