Open
Description
-
fluentd or td-agent version.
fluentd 1.3.3 -
Environment information
linux
ruby 2.5.1 -
configuration
<source>
@type forward
</source>
<match test>
@type file
path "/tmp/fluent-shutdown-test/output/${tag}"
append true
<buffer tag>
@type "memory"
path /tmp/fluent-shutdown-test/output/${tag}
</buffer>
</match>
graceful shutdown immediately after post a large number of events looks like lose received events.
-
case 1
post 10 events -> graceful shutdown immediately -> file output contains 10 events -
case 2
post 100000 events -> graceful shutdown immediately -> file output doesn't contains 100000 events -
desired behavior of case 2
post 100000 events -> graceful shutdown immediately -> file output contains 100000 events