fluent-plugin-influxdb
fluent-plugin-influxdb copied to clipboard
memory leak if influxdb goes down
We are running influxdb plugin with config:
<match metrics.*>
@type influxdb
host 10.47.246.7
port 8086
dbname test
use_ssl false
time_key time
auto_tags
time_precision ms
retry 3
when we stop influxdb we see that fluentd is leaking memory:
any ideas?
Use file buffer instead :) This is not memory leak because you use memory buffer. It stores data in memory so this is expected behaviour.
@repeatedly why it doesn't drop them after finishing retrying?
why it doesn't drop them after finishing retrying?
Your log doesn't contain any retry / drop information?