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

pin: don't walk all pinned blocks when removing a non-existent pin #6311

Merged
merged 1 commit into from
May 9, 2019

Conversation

Stebalien
Copy link
Member

@Stebalien Stebalien commented May 9, 2019

We do this just to make the error nicer but it's really slow. Additionally, we do it while holding the pin lock, blocking all other pin operations.

fixes #6295

We do this _just_ to make the error nicer but it's really slow. Additionally, we
do it while holding the pin lock, blocking all other pin operations.

fixes #6295

License: MIT
Signed-off-by: Steven Allen <steven@stebalien.com>
@ghost ghost assigned Stebalien May 9, 2019
@ghost ghost added the status/in-progress In progress label May 9, 2019
@Stebalien Stebalien requested a review from Kubuxu May 9, 2019 04:42
Copy link
Member

@Kubuxu Kubuxu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

SGWM

@Stebalien Stebalien merged commit e240316 into master May 9, 2019
@Stebalien Stebalien deleted the fix/6295 branch May 9, 2019 22:34
@ghost ghost removed the status/in-progress In progress label May 9, 2019
@Stebalien Stebalien restored the fix/6295 branch May 30, 2019 22:33
@Stebalien Stebalien deleted the fix/6295 branch May 30, 2019 22:34
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.

Too many CLOSE_WAIT after access via http api
3 participants