You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
2017-10-09 14:13:57 +0000 [warn]: #0 fluent/event_router.rb:87:emit: suppressed same stacktrace
fluentd-nxlog_1 | 2017-10-09 14:13:57 +0000 [warn]: #0 fluent/log.rb:336:warn: emit transaction failed: error_class=RangeError error="bignum too big to convert into `unsigned long long'" tag="nxlog"
fluentd-nxlog_1 | 2017-10-09 14:13:57 +0000 [warn]: #0 fluent/event_router.rb:87:emit: suppressed same stacktrace
fluentd-nxlog_1 | 2017-10-09 14:13:57 +0000 [error]: #0 fluent/log.rb:356:error: unexpected error on reading data host="x.x.x.x" port=60051 error_class=RangeError error="bignum too big to convert into `unsigned long long'"
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:
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: