-
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
can't add a new key into hash during iteration #1804
Comments
Does this happen during shutdown? |
@repeatedly No, although there is this error log, this container is still running. |
That's weird. in_tail plugin works on one thread. |
hi, @repeatedly When I print the
|
If your configuration has only one |
Sorry, because there are two |
Hi @repeatedly I am seeing this issue as well with fluentd 1.1.1, but I see it on startup, every time. Things work for the initial set of containers and logs, but then fluentd's timer is secretly not running and NO refresh occurs (I think?). I believe the source of my problem is a non thread-safe clause in https://github.com/fluent/fluent-plugin-prometheus/blob/master/lib/fluent/plugin/in_prometheus_tail_monitor.rb#L72 . |
hi @repeatedly we also experience this issue with fluentd-1.1.2
This is source section from fluentd configuration:
|
Hmm... Does longer refresh_interval, e.g. 10 or larger, have same problem? |
hi @repeatedly thanks for the suggestion I've changed interval to 10 and still see same behaviour:
Exception:
|
@repeatedly @jbrownsc @lruslan This conflict is cause by Detail Info see |
Signed-off-by: 焦龙 <jiaolongdy@163.com>
fluentd or td-agent version.
fluentd-0.12.42
Environment information, e.g. OS.
Kubernetes DaemonSet
Your configuration
The text was updated successfully, but these errors were encountered: