Skip to content

memory leak if influxdb goes down #97

@tsorya

Description

@tsorya

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

@type memory
# chunk_limit_size 524288 # 512 * 1024
# chunk_limit_records 1024
flush_interval 10
retry_limit 3
retry_wait 1.0
num_threads 1


json

when we stop influxdb we see that fluentd is leaking memory:
Screenshot from 2019-07-04 14-12-50

any ideas?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions