Kentaro Hayashi

Results 285 comments of Kentaro Hayashi

Even though `oj` is not runtime requirement, but try to load whether it is available or not. If `oj` is not available, it fallback to `yajl`. https://github.com/fluent/fluentd/blob/master/lib/fluent/plugin/parser_json.rb#L50-L66 But it seems...

Thank you for feedback. Currently, it seems that actually overrides default plugin directory (reset) and it seems intended behavior. https://github.com/fluent/fluentd/blob/master/lib/fluent/supervisor.rb#L512 As you mentioned, specify both of your specific directory and...

Hmm, breaking change is not desirable, it seems that expecting not overriding default path is reasonable. :thinking:

with further investigation, it seems that regression since v1.16.0. > Fix problem that some system configs are not reflected https://github.com/fluent/fluentd/pull/4064 https://github.com/fluent/fluentd/pull/4065 https://github.com/fluent/fluentd/pull/4086 https://github.com/fluent/fluentd/pull/4090 https://github.com/fluent/fluentd/pull/4096 It maybe side effect of above...

Thank you for feedback. > Works if the hostname is an IP and tls_verify_hostname is off. It seems that in this case, above solution is reasonable, I'm not sure warn...

I can reproduce it with 1.11.5 and [master](https://github.com/fluent/fluentd/commit/9110685340abbbb373cc4cb2c14c90001e053c42) on Debian/unstable.

When `enable_watch_timer` is disabled, the flush event is triggered when `logs.txt` is updated.

About threshold issue is splitted into another issue.

Adding a rule about the voting period is a good idea, but I doubt whether "At least 1-week" is enough or not. (more longer period may be suitable) About Plan...

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 it...