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

Memory store plugin query results not stable #1393

Closed
jacobmarble opened this issue Mar 2, 2019 · 0 comments · Fixed by #1394
Closed

Memory store plugin query results not stable #1393

jacobmarble opened this issue Mar 2, 2019 · 0 comments · Fixed by #1394

Comments

@jacobmarble
Copy link
Contributor

jacobmarble commented Mar 2, 2019

Requirement - what kind of business use case are you trying to solve?

I use the memory store plugin for local application development. It's helpful that this store is performant, reliable, has consistent behavior. Scaling and durability are not necessary, of course.

Problem - what in Jaeger blocks you from solving the requirement?

When I query:

  • with "Limit Results" to, say, 10
  • the same query with, say, limit 100, would return more than 10 results
  • click "Find Traces" more than once

...the results change. Traces appear and disappear from results.

Proposal - what do you suggest to solve the problem or improve the existing situation?

Results should be sorted, then limited. I have a simple PR #1934

Any open questions to address

None.

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

Successfully merging a pull request may close this issue.

1 participant