-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Archived traces 404ing with elasticsearch storage #1511
Comments
I will look into it. |
Also to be clear, the trace continues to load fine via direct lookup while it's still newer than 2 days, but after that point, it fails to load when I believe it should be loading it via archive storage |
I confirmed this is because of the lookback logic in the Specifically, it is not finding traces because it is still querying @pavolloffay Does it sound reasonable to have a function similar to |
I haven't looked at the code yet. Would you like to submit a PR for it? |
I am looking into this |
Problem - what in Jaeger blocks you from solving the requirement?
With archive storage configured, I am getting 404s when trying to view an archived trace in the UI.
I am running Jaeger 1.11 with elasticsearch storage, version 6.2
The UI has a config w/ archiveEnabled set to true,
--es-archive.enabled=true
, andES_SERVER_URLS
andES_ARCHIVE_SERVER_URLS
pointing to the same cluster.I can successfully archive a trace in the UI and can see it stored in the jaeger-span-archive index.
However, accessing a trace via direct lookup at "trace/TRACE_ID" gives a 404.
The text was updated successfully, but these errors were encountered: