Pat

Results 513 comments of Pat

Looks like there might be some compilation issues: https://github.com/fluent/fluent-bit/pull/10479

I'm planning on picking this up next week

Time is my main blocker: it's holidays in most of Europe in August so I've certainly not been doing any work! There's a related Debian Trixie one you can look...

Apologies, life got in the way again but planning on working this week

It's closed automatically by the PR but obviously we will need a release to actually publish the binaries. I've backported to 4.0 as well (including the Debian Trixie build from...

Investigating this leak: ``` ==2877== ==2877== HEAP SUMMARY: ==2877== in use at exit: 4,113 bytes in 1 blocks ==2877== total heap usage: 42,184 allocs, 42,183 frees, 16,825,439 bytes allocated ==2877==...

Verified that we can use TOML by default if undefined, also verified we can switch from YAML to TOML even with existing YAML config.

Testing on Windows shows an issue on reloading the first time with the new config so investigating.

Packaging failures are related to Github runner update: https://github.blog/changelog/2024-11-05-notice-of-breaking-changes-for-github-actions/ https://github.com/fluent/fluent-bit/issues/9739

YAML config has a case-sensitivity issue as well: https://github.com/fluent/fluent-bit/issues/9743 This was triggering failures in the test as the default set up used `Name` instead of `name`.