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 deadlock if Append happens at same time as Commit #1392

Merged
merged 3 commits into from
May 19, 2017

Conversation

goller
Copy link
Contributor

@goller goller commented May 19, 2017

Required for all non-trivial PRs
  • Rebased/mergable
  • Tests pass
  • CHANGELOG.md updated
  • Sign CLA (if not already signed)

Problem

If an Append happened at the same time as a Commit of a configuration change it was possible to deadlock the scraper.

Solution

Update the Scraper config to be atomic. This implies that the configuration is on a different lifecycle than the Append.

@nathanielc nathanielc merged commit dfbbfb3 into master May 19, 2017
nathanielc added a commit that referenced this pull request May 19, 2017
Fix deadlock if Append happens at same time as Commit
@nathanielc nathanielc deleted the go-fix-append-deadlock branch May 19, 2017 20:07
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