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

Shows speculative execution in official detail dashboard #880

Closed
glommer opened this issue Apr 9, 2020 · 0 comments · Fixed by #889
Closed

Shows speculative execution in official detail dashboard #880

glommer opened this issue Apr 9, 2020 · 0 comments · Fixed by #889

Comments

@glommer
Copy link
Contributor

glommer commented Apr 9, 2020

I have debugged countless situations where speculative retries add considerable amount of load to the cluster.

There are workloads that are really adversarial to it, and while it usually adds a bit of load to the cluster , I've just seen a scenario in which it added 200% more load to the cluster. You've read it right: speculative retry added increased the load in the cluster by 200%.

@amnonh these are the metrics that are relevant. I will defer to you about whether or not we should add two graphs or combine them:

  • scylla_storage_proxy_coordinator_speculative_data_reads : shows the amount of times we had to do actual reads on behalf of speculative retry (more expensive)
  • scylla_storage_proxy_coordinator_speculative_digest_reads: shows the amount of times only a digest was necessary (much cheaper)

Look at this beautiful thing:

speculative

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.

2 participants