Daijiro Fukuda
Daijiro Fukuda
@kenhys Thanks for updating the `Expected behavior`. I'm working on a rough draft to update [GOVERNANCE.md](https://github.com/fluent/fluentd/blob/v1.16.1/GOVERNANCE.md) based on the current `Expected behavior`. I will make a PR later, and I...
> As many individuals or organizations are becoming involved, it is difficult to hold the maintainers meeting nowadays. (At least, I have not attended the maintainers meeting) thus I think...
Now I created a rough draft: * #4160 I would like to have some reviews before voting.
I don't immediately get the meaning of the condition `format && empty_chunk` for this warning message. I guess it is important what this condition is for. https://github.com/fluent/fluentd/blob/0a6d706a9cee5882d751b2cc6169696709df0134/lib/fluent/plugin/buffer.rb#L678-L684
Somehow the pos_file seems to be broken. Please tell me how to reproduce it in local storage in more detail. Does this happen suddenly while Fluentd is running? Can you...
@SML0127 Thanks for the very helpful information! I suspect some race conditions occurred in updating the pos_file. I will check for possible conflicting processes in `in_tail`. I have heard before...
@SML0127 Environmental-specific problems are pointed out for `in_tail` for a while. I'm planning to make major improvements so that it can operate stably in a variety of environments. > I...
Adding a feature like `add_tag_prefix` of `in_forward` would be a good idea. We can solve this as follows, currently. * Using `label` ```xml @type http @label @foo ... ... ```...
About `@label`, please see * https://docs.fluentd.org/configuration/plugin-common-parameters#label
Currently, we need to avoid this problem by unsetting LD_PRELOAD in some environments. It is probably not a problem with this plugin, but it seems to be a problem with...