Daijiro Fukuda

Results 40 issues of Daijiro Fukuda

This PR is the re-creation of #2117 to rename and rebase. This is a fix to the matter we discussed earlier in the issue: #2097. This fix is based on...

enhancement
macOS
Windows
X11
Wayland
input

![sample](https://user-images.githubusercontent.com/12229857/203940903-23a4d841-b48a-4af7-96bf-66c71be1852f.gif) This is a fix for issue #1945. We are mainly assuming Japanese input, but this feature can be used for other languages using IME as well. We are implementing...

on hold

**Which issue(s) this PR fixes**: Fixes #4100 **What this PR does / why we need it**: Make sure JSON parser returns `Hash`. It is wrong for Parser to return a...

### Describe the bug I think the major log duplication problem about `follow_inodes` is fixed in #4237. However, there is still a possibility of duplication (https://github.com/fluent/fluentd/pull/4237#issuecomment-1633358632). `in_tail` possibly collects duplicated...

bug

### Describe the bug https://github.com/fluent/fluentd/pull/3535#discussion_r1200099716 The `limit` of `group` setting should control the total number of lines collected for a group (https://docs.fluentd.org/input/tail#less-than-group-greater-than-section). However, it judges the limit by the average...

bug

### Is your feature request related to a problem? Please describe. * #4157 As is the issue here, `in_syslog` considers the following record invalid as RFC3164 because there is a...

enhancement

### Describe the bug Some tests are asserting log messages as follows. We should fix these tests. * Use `shutdown: false` and manually do `d.instance_shutdown` * Take logs from `Driver::instance`...

enhancement

### Describe the bug `test_cont_in_main_process_signal_handlers` and `test_cont_in_supervisor_signal_handler` of `SupervisorTest` sometimes fail. ``` =============================================================================== Failure: test_cont_in_main_process_signal_handlers(SupervisorTest): class() Called 0 times. Expected 1 times. /opt/hostedtoolcache/Ruby/3.0.5/x64/lib/ruby/gems/3.0.0/gems/sigdump-0.2.4/lib/sigdump.rb:74:in `block in dump_object_count' /opt/hostedtoolcache/Ruby/3.0.5/x64/lib/ruby/gems/3.0.0/gems/sigdump-0.2.4/lib/sigdump.rb:73:in `each_object' /opt/hostedtoolcache/Ruby/3.0.5/x64/lib/ruby/gems/3.0.0/gems/sigdump-0.2.4/lib/sigdump.rb:73:in `dump_object_count'...

bug

### Describe the bug The `test_unwatched_files_should_be_removed` test fails sometimes. ``` Failure: test_unwatched_files_should_be_removed(TailInputTest::path) /Users/runner/work/fluentd/fluentd/test/plugin/test_in_tail.rb:1616:in `test_unwatched_files_should_be_removed' 1613: waiting(20) { sleep 0.1 until Dir.glob("#{@tmp_dir}/*.txt").size == 0 } # Ensure file is deleted on...

bug