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

Incorrect trace count returned when in UI when not using filters with Cassandra storage #652

Closed
Nekuromento opened this issue Jan 17, 2018 · 1 comment

Comments

@Nekuromento
Copy link

Jaeger query server returns inconsistent results when searching latest traces when configured to use Cassandra as storage.
This issue only manifests when no filters are specified except for query limit.
This issue only manifests when all components are deployed to remote machines (doesn't reproduce with all-in-one container).
This issue does not manifest when using ElasticCache as storage.

Expected:
Search query returns N traces. Where N equals to limit assuming storage has at least N results.

Actual:
Search query returns ~ N/2 traces (When limit is 20, UI returns 10-11 traces)

Tested with Jaeger release v0.9 and v1.1

@black-adder
Copy link
Contributor

refer to #166

I'll document this issue somewhere

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

No branches or pull requests

3 participants