-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
We should retry shutdown on EINPROGRESS error. Fixes #3168 #4433
We should retry shutdown on EINPROGRESS error. Fixes #3168 #4433
Conversation
Does it reliably fix the reduced test case in #3168 (granted you have the issue without the fix) ? If so, don't worry about writing a spec, we'll merge this long awaited fix! |
Yes, of course, it is real patch that fixes #3168. |
I just tested this patch on my machine, it fixes #3168 for me. |
Tested too, works for me!
|
There is an issue on CI. Once fixed we'll be able to merge this. |
Just like EAGAIN handling behavior but due to another reason.
30c7410
to
cfd20db
Compare
New commit to just reword comments to make it easy to understood after years. |
Looks like circleci picked up this push and is building this PR. Travis OSX has been flaky on network for weeks, so build failures on travis but not circleci should probably be ignored. |
Thank you! |
Just like EAGAIN handling behavior but due to another reason.