fluent-bit-go
fluent-bit-go copied to clipboard
FLBPluginExit() is not called when SIGINT is sent to the FB process
Reproduced on Fluent Bit 1.2.2 using out_multiinstance plugin.
Simply add log.Print("FLBPluginExit called") to the FLBPluginExit and notice the message is not logged when FB is stopped.
See https://github.com/fluent/fluent-bit/issues/1421, which is resolved in Fluent Bit v1.4.
I don't think it is resolved. I am using fluent bit 1.4.2 and I add a log.Print("FLBPluginExit called") in FLBPluginExit. And I didn't see that
Sorry, it is resolved. I can see it now
Already done by https://github.com/fluent/fluent-bit/pull/1426.