Daijiro Fukuda

Results 519 comments of Daijiro Fukuda

* #4502 From this fix, warnings occur when the setting is insufficient. It will be released on v1.17.1 and v1.16.6.

Thanks for this enhancement. Sorry for my late response. I was busy releasing v1.16.3 :cry:, but it was finally released on 11/14! Now, I'm working on releasing fluent-package v5.0.2, which...

Sorry for my late response. I'm seeing this. It does not affect the existing specifications. It looks basically good. However, there are a few points that concern me. I will...

@Garfield96 Thanks for considering! > Unfortunately, hashes are not thread-safe in Ruby and inserting the CacheEntries could result in data-races. I think it's basically thread-safe, although some of the features...

Rebased to the latest master, and add my DCO.

I have added only the following additional fixes. * Move the cache struct definition outside of the constructor. * Make some parameter names more specific. I have not added commits...

Thanks so much @Garfield96 ! Sorry for taking a long time. :cry:

Thanks for reporting! We can reproduce this issue as follows. ```xml @type sample tag test.hoge sample {"message": "{\"k\":\"v\"}"} @type sample tag test.fuga sample {"message": "\"HELLO\""} @type parser key_name message @type...

I think this is probably a bug. > Potentially I would just expect us to check if `values` is a `Hash` on > > https://github.com/fluent/fluentd/blob/d5df992d844af38233c4d3788de714d644ddb6c4/lib/fluent/plugin/filter_parser.rb#L74 > > But that might...

Sorry for the delay! > > Potentially I would just expect us to check if `values` is a `Hash` on > > https://github.com/fluent/fluentd/blob/d5df992d844af38233c4d3788de714d644ddb6c4/lib/fluent/plugin/filter_parser.rb#L74 > > > > But that might...