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

Fix possible deadlock when queries and delete series run concurrently #6627

Merged
merged 1 commit into from
May 18, 2016

Conversation

jwilder
Copy link
Contributor

@jwilder jwilder commented May 13, 2016

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated

This locks showed up in a deadlocked systems running queries and
delete series across a large dataset. Queries should not need to
lock the tsdb.Store for writes so this change switch the Lock to an RLock.

cc @benbjohnson

This locks showeed up in a deadlock systems running queries and
delete series across a large dataset.  Queries should not need to
lock the tsdb.Store for writes
@mention-bot
Copy link

By analyzing the blame information on this pull request, we identified @e-dard to be a potential reviewer

@jwilder jwilder added this to the 1.0.0 milestone May 13, 2016
@benbjohnson
Copy link
Contributor

👍

@e-dard
Copy link
Contributor

e-dard commented May 17, 2016

LGTM 👍

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.

4 participants