Kentaro Hayashi

Results 285 comments of Kentaro Hayashi

It should be: ```diff diff --git a/ext/shim/extconf.rb b/ext/shim/extconf.rb index 94abd76..a53b749 100644 --- a/ext/shim/extconf.rb +++ b/ext/shim/extconf.rb @@ -7,4 +7,4 @@ require "mkmf" # selectively, or entirely remove this flag. append_cflags("-fvisibility=hidden") -create_makefile("shim/shim")...

Observing changes... * Based on https://github.com/ledbettj/systemd-journal/pull/97 * with https://github.com/fluent/fluentd-docker-image/issues/378#issuecomment-2323767421 fix * Deployed with modified version of systemd-journal using jemalloc (by default) * Based on https://github.com/fluent/fluentd-docker-image/tree/master/v1.17/debian * Used objectspace plugin to...

Observed memory consumption with/without jemalloc (with fix) ![image](https://github.com/user-attachments/assets/7a58b2c8-7411-4a93-b629-f9770947de41) NOTE: processed systemd amount of events vary, so strictly speaking, it is not fair to compare with it. I want to check...

I've checked with integrated fixed version (systemd-journal 2.0.0) into test container with/without jemalloc again. It seems that same tendency was shown from the attached logs. [fix-with-jemalloc-2.0.0.log.gz](https://github.com/user-attachments/files/16958323/fix-with-jemalloc-2.0.0.log.gz) [fix-without-jemalloc-2.0.0.log.gz](https://github.com/user-attachments/files/16958324/fix-without-jemalloc-2.0.0.log.gz) So, it was...

I've sent a feedback to adopt systemd-journal 2.0.0 https://github.com/fluent-plugins-nursery/fluent-plugin-systemd/pull/111

This issue was fixed via fluent-plugin-systemd 1.1.0. (which uses systemd-journal 2.0.0) Please use fluent-plugin-systemd 1.1.0. https://github.com/fluent-plugins-nursery/fluent-plugin-systemd/releases/tag/v1.1.0

It seems that the limitation of current implementation. As a workaround, use "\n" explicitly.

As error.backtrace does not have enough information in this context, so current approach seems reasonable. (No need to force 3rdparty plugins to fix it)

reproduced with v1.16.5 and v1.17.0.

Basically, If you can afford to contribute continuously, we are welcome your PR. But if you want to add container image with https://github.com/splunk/fluent-plugin-splunk-hec, it had reached already EOL, so not...