-
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
aws: make sure to set io timeouts for ec2 provider #9693
base: master
Are you sure you want to change the base?
Conversation
Enter Testing
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license. |
Signed-off-by: James M Leddy <[email protected]>
According to the issue, we block on
net_io_read()
since timeout is infinite. This intercepts theupstream_set_
callback so that we intercept and set the proper values for io timeout that we use for initialization, in the same way we reset TLS on this connection.Fixes issue #7803