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

server helper: Ignore ETIMEDOUT error in SSL_accept. fix #2592 #2595

Merged
merged 1 commit into from
Sep 2, 2019

Conversation

repeatedly
Copy link
Member

@repeatedly repeatedly commented Aug 30, 2019

Signed-off-by: Masahiro Nakagawa repeatedly@gmail.com

Which issue(s) this PR fixes:
Fixes #2548 #2592

What this PR does / why we need it:
I'm not sure when SSL_accept raises ETIMEDOUT but thread should not be died.
fluentd can't recover timedout socket so just ignore.

Docs Changes:
No need.

Release Note:
Same as title.

Signed-off-by: Masahiro Nakagawa <repeatedly@gmail.com>
@repeatedly repeatedly merged commit a81a54e into master Sep 2, 2019
@repeatedly repeatedly deleted the ignore-timeout-error-in-accept branch September 2, 2019 05:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fluentd exits with Errno::ETIMEDOUT error="Connection timed out - SSL_accept"
2 participants