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

Scheduler scaling #160

Merged
merged 2 commits into from
Jun 13, 2020
Merged

Scheduler scaling #160

merged 2 commits into from
Jun 13, 2020

Conversation

brietaylor
Copy link
Collaborator

Quick gut-based fixes for the scheduler scaling problem.

  • Added the index we've been using to the database initialization
  • Stop querying "done" blocks from the monitor. We have to perform a sequential scan of the "done" blocks to produce the metric and it's possible that's killing our cache.

The latter change will remove "done" blocks from Grafana, which will break the speed meter. I do have a plan in place to get those metrics back.

@ababaian
Copy link
Owner

Does this 'clear' or remove 'done' blocks after merge_done state is reached?

@ababaian ababaian merged commit fa99297 into master Jun 13, 2020
@brietaylor
Copy link
Collaborator Author

brietaylor commented Jun 13, 2020 via email

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 this pull request may close these issues.

2 participants