-
Notifications
You must be signed in to change notification settings - Fork 1.4k
test_out_forward: remove unnecessary ack_response_timeout setting #4685
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
Conversation
Seems that timeout setting is short in ack_response_timeout. Seems that It may take some time to receive a ACK response so the process in ack handler has expired and the node is disabled. Signed-off-by: Watson <fujita@clear-code.com>
There are still some unclear points for me: |
Thanks for this enhancement! Indeed, the timeout is short. How about removing the timeout setting? Both this setting and the following setting would be unnecessary for the tests.
fluentd/test/plugin/test_out_forward.rb Line 662 in f9b0770
How about removing these 2 setting? |
Signed-off-by: Shizuo Fujita <fujita@clear-code.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! LGTM!
…eout setting (#4685) (#4791) **Which issue(s) this PR fixes**: Backport #4685 **What this PR does / why we need it**: Seems that timeout setting is short in ack_response_timeout. Seems that It may take some time to receive a ACK response so the process in ack handler has expired and the node is disabled. This PR will remove unnecessary ack_response_timeout settings for the test **Docs Changes**: **Release Note**: Signed-off-by: Watson <fujita@clear-code.com> Signed-off-by: Shizuo Fujita <fujita@clear-code.com> Co-authored-by: Watson <fujita@clear-code.com>
Which issue(s) this PR fixes:
Fixes #4684
What this PR does / why we need it:
Seems that timeout setting is short in ack_response_timeout.
Seems that It may take some time to receive a ACK response
so the process in ack handler has expired and the node is disabled.
This PR will remove unnecessary ack_response_timeout settings for the test
Docs Changes:
Release Note: