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

JSON encoding errors cause infinite retry and data loss #31

Open
bboreham opened this issue Nov 5, 2018 · 0 comments
Open

JSON encoding errors cause infinite retry and data loss #31

bboreham opened this issue Nov 5, 2018 · 0 comments

Comments

@bboreham
Copy link

bboreham commented Nov 5, 2018

Yajl::Encoder.encode() raises some errors, such as trying to encode "Infinity" values, as exceptions.
These escape to fluentd, which retries, again and again, until either the retry limit is hit and the whole buffer is dropped, or the buffer space is completely full and all buffers are dropped.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant