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

Backoff is not reset correctly after a correct ack is sent #1803

Closed
adioss opened this issue Jun 6, 2016 · 2 comments
Closed

Backoff is not reset correctly after a correct ack is sent #1803

adioss opened this issue Jun 6, 2016 · 2 comments

Comments

@adioss
Copy link

adioss commented Jun 6, 2016

In case of error (no correct ACK received), filebeat retries to send the frame but before, the process is stopped during a computed duration: backoff (that is exponential until 1min) . But after an ACK is sent (no more problem) the value is not reset. So in case of new error, backoff will be probably 1min (until a filebeat reboot).

@adioss
Copy link
Author

adioss commented Jun 6, 2016

#1804

@adioss
Copy link
Author

adioss commented Jun 7, 2016

#1814

@urso urso closed this as completed Jun 9, 2016
@urso urso added the v1.3.0 label Jun 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants