-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
error="bignum too big to convert into `unsigned long long'" #1713
Comments
repeatedly
added a commit
that referenced
this issue
Nov 9, 2017
repeatedly
added a commit
that referenced
this issue
Nov 13, 2017
in_tail: Skip setup failed watcher to avoid resource leak and log bloat. ref #1713
I tested with simple tcp script and it worked after error happens.
So if sigdump result doesn't show stuck behaviour, nxlog output may keep wrong conneciton. And to rescue invalid record, |
it's a stale issue. I'm closing. if you have any problem, updating fluentd might help it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Check CONTRIBUTING guideline first and here is the list to help us investigate the problem.
fluentd 0.14.21
Linux
I am having an issue where data is being sent to FluentD that throws an error and the system is unrecoverable and logs no longer flow until I stop and restart the service again. I am unsure what specific data message is causing the issue and also why a message would cause the system to no longer respond to future messages and simply fail. I would think that it would error on just that one message but continue to process future ones?
The error I eventually receive is:
This is the Fluentd Config I have:
Any help you can provide in troubleshooting this and making it so that one bad message doesn't cause the whole system to fail would be appreciated. Perhaps there is a way to just ignore the one bad message?
The text was updated successfully, but these errors were encountered: