Arne Welzel

Results 88 issues of Arne Welzel

The `rotation.single-logger` test running at just the right time reports an `.archive-log` process running, causing a baseline difference and a spurious error. Failed here: https://cirrus-ci.com/task/5845006406123520?logs=test#L93 ``` [#30] rotation.single-logger ... failed...

When running with multiple loggers and the ASCII writer, logs are rotated into the same destination directory without a discriminator, causing data loss. * Tag the logger node name onto...

In reaction to: https://community.zeek.org/t/how-to-enrich-conn-logs-through-a-csv-file/7222/2 This is pretty tricky to be aware of unless you ran into it a few times. Unless we already have something in the docs (didn't find...

After looking a bit at docs, I find the HTML `Type:` presentation of a function's type much too noisy/distracting/challenging for reading. It's also a bit unusual to have the name...

Talking with @bbannier a bit around, copy(), attributes, and gotchas. The following is a valid script today: ``` type R: record { s: set[string] &ordered &default=set("1", "2", "3", "4", "5");...

When switching container builds to Cirrus CI, we also split up a single simple Dockerfile into two separate ones to support ccache. @bbannier points out > To be fair, I...

Area: Build/Platform

Splitting this out from #2696 - there's a authentication plugin mechanism in the MySQL protocol that we're not properly supporting currently. The pcap below was taken from a modern MySQL...

Complexity: Substantial
Area: Protocol Analysis

Replaces #3791. Use the IO managers mechanism for lifetime management instead. In `zeek -r` scenarios with many log writers (resulting in many MsgThread instances), this now increases `FindReadySources()` overhead. In...