Arne Welzel

Results 118 issues of Arne Welzel

## Expected Behavior GITHUB_CHECK_SUITE_ID is reliably available in tasks for PR builds. ## Real Behavior GITHUB_CHECK_SUITE_ID is often not set in tasks for first build in PR. Sometimes it is....

bug

I have found that I can parse Zeek events from arbitrary v1 binary format byte buffers with the following snippet: ``` auto r = broker::data_envelope::deserialize(broker::endpoint_id::nil(), broker::endpoint_id::nil(), 0, "", payload, payload_size);...

@Neverlord - I'm re-working the zeek-benchmarker code base and attempted to re-enabled the broker benchmark tests with this PR. However, `broker-cluster-benchmark` is expected to be available, but that appears to...

Type: Maintenance

This has been reported during Zeek 6.0 rc1/rc2 testing as manager memory growing steadily until crashing due to OOM. Further, when manager's memory usage is growing, it does not serve...

Type: Performance

On the zeekorg Slack, [users reported seeing high logger CPU usages](https://zeekorg.slack.com/archives/CSZBXF6TH/p1683876848387949?thread_ts=1683797785.775629&cid=CSZBXF6TH) in a cluster of 512 Zeek workers and 96 Zeek loggers (distributed over multiple physical systems). A perf top...

Type: Bug
Type: Performance

I think this came up in Slack before. When calling subscriber.get() and blocking, other Python threads do not continue to run. The broker bindings should release the Python GIL before...

Component: Python Bindings

Calling `.get()` on a Subscriber and interrupting it with `Ctrl+C` causes an abort. This should likely raise KeybordInterrupt or so, but not end up in `abort()` and take down everything....

Component: Python Bindings

Using `.get()` providing a timeout on a `StatusSubscriber` causes TypeError splash: ``` In [6]: ss = ep.make_status_subscriber(True) In [7]: ss.get(0.5) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) TypeError: Unregistered type...

Component: Python Bindings

The websocket docs say timestamps are ISO 8601. I got a bit bitten by the fact that the websocket format isn't quite as ISO 8601 or how other languages things...

Type: Bug

This message has been observed and reported by users regularly as being produced on stderr. It's not obvious what it means or what one should do about it. Could we...