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 checkout timeout race condition #70

Merged
merged 3 commits into from Apr 10, 2015

Conversation

fishcakez
Copy link
Contributor

Previously it was possible for the pool to checkout a worker to a client but the client to timeout before receiving the worker's pid. This would leave the worker checked out until the client process exited.

Eugene Shubin and others added 3 commits February 10, 2015 23:21
Previously it was possible for the pool to checkout a worker to a
client but the client to timeout before receiving the worker's pid. This
would leave the worker checked out until the client process exited.
devinus pushed a commit that referenced this pull request Apr 10, 2015
Fix checkout timeout race condition
@devinus devinus merged commit 5c1c58b into devinus:master Apr 10, 2015
@fishcakez fishcakez deleted the cancel_racecon branch April 11, 2015 11:06
@devinus
Copy link
Owner

devinus commented Apr 12, 2015

Thanks @fishcakez

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.

None yet

2 participants