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

out_forward: Don't stop heartbeat when error happen #1602

Merged
merged 1 commit into from
Jun 22, 2017

Conversation

repeatedly
Copy link
Member

v0.14's out_forward uses timer helper and it stops timer when error happens.
It is not good for heartbeat because heartbeat sometimes failed when network has a problem.
v0.14 should follow v0.12's way:

class HeartbeatRequestTimer < Coolio::TimerWatcher

fix: #1596

Copy link
Member

@mururu mururu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@repeatedly repeatedly merged commit 42aeea1 into master Jun 22, 2017
@ganmacs ganmacs deleted the out-forward-dont-stop-heartbeat branch July 11, 2019 08:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working v0.14
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fluentd v0.14: "Unexpected error raised. Stopping the timer." on heartbeat timeout
2 participants