-
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_class=NoMethodError error="undefined method `next_time' for nil:NilClass" #1555
Comments
Hi. Can you please explain why you closed this? Is this no longer an issue for you? |
Hi, I closed it primarily because it got no response ;( . But now that it's attracted some attention, I would like to add some additional details. My setup is like I mentioned here: I noticed that when I changed my script to ignore jumbled records (and not exit(1) inside the script - as I had done before) this error went away. But, at the cost of not processing some rows. |
I think I just ran into a similar problem on fluentd 0.14.13. My forward instance became unavailable for a moment -> receiving an ack failed -> started to see errors about next_time lacking from the chunks to retry
Config
|
I just saw the blog post for 0.14.17, mentioning fixes related to |
I'm now working on fixing this problem. |
Sorry for the delay. Patch for this issue: #1623 |
Released v0.14.19 with the patch. |
getting the following error;
flow is; tail a few files, process then store results.
Not sure where exactly in the flow the error is being triggered.
Result being that fewer than expected lines are being processed.
The text was updated successfully, but these errors were encountered: