Daijiro Fukuda

Results 40 issues of Daijiro Fukuda

### Describe the bug On Windows, we can run fluentd as a Windows Service. (Windows PowerShell with Administrative privilege) ```console # Register > fluentd.bat --reg-winsvc i > fluentd.bat --reg-winsvc-fluentdopt '-c...

windows
bug

`fluentd` or `td-agent` command launches Fluentd with the default config path. This makes it easy to start Fluentd, but it also causes accidental duplicate launching. For example, it launches Fluentd...

enhancement

### Describe the bug `in_exec` can not handle non-ASCII characters output. It is because of the specification of `child_process_execute`: * `external_encoding`: `ascii-8bit` * `internal_encoding`: `utf-8` * `encoding_options`: `invalid: :replace, undef:...

bug

New feature of Fluentd v1.17.0. From https://github.com/fluent/fluentd/pull/4459

### Describe the bug Cannot successfully run the steps in [Install from Source](https://docs.fluentd.org/installation/install-from-source). ```console $ git clone https://github.com/fluent/fluentd.git $ cd fluentd $ bundle install $ bundle exec rake build $...

* From https://github.com/fluent/fluentd/issues/4233. The document says `output_status_retry_wait` means current retry_wait computed from last retry time and next retry time. https://github.com/fluent/fluent-plugin-prometheus/blob/41fa2df366ceef7b46de154859c852926cba48a9/README.md#L122-L123 However, it actually means the elapsed time from the first...

bug

Backported from a226e28b482c8ca97ee03cd8823e32875b22cc5f. (#4477)

### Describe the bug https://github.com/socketry/console v1.25 series was released on 2024-05-03. * https://github.com/socketry/console/commit/39056038e819be133d07224f4cc5c776b4c8cbb5 It causes CI failure (Ruby ver >= 3.1): https://github.com/fluent/fluentd/actions/runs/8978822806/job/24659864778?pr=4486 ``` cannot load such file -- console/terminal/logger (LoadError)`...

bug

### Describe the bug This message is shown when executing Fluentd or the tests. ``` Fiber#storage has borked keys and is being monkey-patched. ``` `fiber-storage` gem outputs this message. It...

bug

Backported from 236d87d07fea8b3396f33985247c96ad59911f3e. (#4482)