-
Notifications
You must be signed in to change notification settings - Fork 156
Traces randomly appearing/disappearing from web UI query #95
Comments
Are they really disappearing (not in the database anymore), or are the results just listed in a different order? You can confirm this by loading the page, opening a few tabs with the first results, then reloading the page. Once one of the first results are missing, refresh the tab where that trace was opened. If you can still load the trace, then it's just the order of the results on the first page that is "wrong". We've seen this before with Cassandra, where the ordering of the results seem odd and non consistent between page loads. Also, is this problem happening only when you have Jaeger deployed on Kubernetes, or do you think this would also happen outside? If it's more generic, I'd move this issue to the main repository, as this here is only for the Jaeger templates for Kubernetes. |
This can be closed. My trying to frankenstein the setup seemed to be the root of the issue. I leveraged the Helm chart and it appears to be working correctly now. Thank you. |
Would it be OK for you to share what exactly went wrong? Someone in the future might face the same problem and it would be valuable to them if you share what was wrong and how you fixed it :) |
I am not entirely sure what was causing the strange behavior, but I my initial setup was dropped traces. Of the ones Jaeger did receive, they were incomplete in many cases. I think confusion was also created with the "all" operation search with 20 results as the default. When I tried to search, the results returned for the last hour was either none or incomplete when my previous deployment. With Helm chart, this is better now. Items look complete, however I still don't seem to get 20 results. I'm not sure if this is intended. |
Problem - what in Jaeger blocks you from solving the requirement?
Traces are randomly appearing and disappearing in the web UI if I try to perform searches for all operations.
Any open questions to address
I took the production deployment and made some modifications to suit my needs with a Cassandra cluster as the persistent storage. However, for some reason, the traces that are coming from my applications are randomly and intermittently appearing and disappearing in the web UI. I can't seem to identify what the issue is. Below are the YAML configs I currently have running. They are running within a 'jaeger' namespace, with Nginx ingress for the query service. The agent pods are accessed via NodePort currently as we work on migrating our application to the k8s cluster and convert them into microservices.
Collector:
Query:
Agent:
Cassandra:
Services:
The text was updated successfully, but these errors were encountered: