Takuro Ashie

Results 29 issues of Takuro Ashie

Currently Fluentd is downloaded from GitHub, not RubyGems: https://github.com/fluent/fluent-package-builder/blob/95fad67d681694533ea399fbad78c927c7220efb/td-agent/Gemfile#L24-L35 But, now a day we don't bundle intermediate revision of Fluentd. So I think using formal version of Fluentd gem is...

enhancement

Although dmg package for macOS bundles jemalloc as same as packages for linux platforms, it doesn't use jemalloc. To enable it, `LD_PRELOAD` environment variable is required. But probably no one...

enhancement
mac

On GitHub Actions we are using QEMU for Arm architectures so that it takes too long time to complete. It may be better that we migrate CI for Arm architectures...

CI

ref: https://github.com/groonga/groonga/blob/0bc8347ad2434d8811d7d063493e29ba20496f6a/packages/packages-groonga-org-package-task.rb#L41

enhancement

ChangeLog: postgresql: Enable to handle meta data at writer Although users may want to handle some meta data at SQL world but postgresql plugin doesn't provide a way to do...

Feature

**Which issue(s) this PR fixes**: N/A **What this PR does / why we need it**: CI is failed on Ruby 3.4-dev: https://github.com/fluent/fluentd/actions/runs/7949585800 **Docs Changes**: N/A **Release Note**: N/A

**Which issue(s) this PR fixes**: N/A (Follow up for https://github.com/fluent/fluentd/pull/4327#issuecomment-1774330298) **What this PR does / why we need it**: After a tail watcher transitions to `rotate_wait` state, the `rotate_wait` timer...

bug

### Describe the bug 2 tests of child_process helper always fail in Ruby 3.3.0-dev after https://redmine.ruby-lang.org/issues/18899 is landed. ``` =============================================================================================================================================================== Failure: test: can scrub characters without exceptions(ChildProcessTest) /home/aho/Projects/Fluentd/fluentd/test/plugin_helper/test_child_process.rb:531:in `block (2...

bug

### Discussed in https://github.com/fluent/fluentd/discussions/4329 Originally posted by **mikakatua** October 22, 2023 I'm trying to use fluentd to send logs to a http endpoint. This endpoint only supports TLS 1.3 My...

bug