You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: