Travis Downs
Travis Downs
### Version & Environment Redpanda version: v23.1.1 ### What went wrong? The following error appears in the logs (extract from 3 different log files): ``` ./redpanda-8/0.log.20230316-175605:2023-03-16T17:40:52.732532753Z stderr F ERROR 2023-03-16...
### Version & Environment Redpanda version: v23.1.1 ### What went wrong? The following warning shows in the log: ``` WARN 2023-03-16 18:45:31,586 [shard 7] archival - [fiber47 kafka/topic1/216] - ntp_archiver_service.cc:1489...
**Describe the issue** When using auto-generated (by cp-anisble) self-signed certificates, i.e., setting `ssl_enabled: True` without any other SSL properties, one would naturally want to get ahold of the generated CA...
It does not seem to be documented what the behavior of `io_uring_wait_cqes` when `ts` is NULL. It is implicitly allowed to be NULL by "If ts is specified and an...
Currently libaio-based IO may block in `io_submit(2)` even if `RWF_NOWAIT` is passed if we hit the `nr_requests` limit of requests enqueued in the block layer. This is a death sentence...
We add two options to set the recv and send (SO_RCVBUF, ...) buffer sizes on a listening socket (server_socket). This is mostly useful to propagate said sizes to all sockets...
Currently, it is not safe to use distinct `temporary_buffer` objects which share any underlying buffers across shards (aka "hidden sharing"). In practice, this generally means that is even unsafe to...
What is the Python version requirement for seastar-add2line? Evidently it requires at least Python 3.6 since it uses f-strings, but I'm not sure beyond that. I'd like to make some...
**Describe the issue** Whenever a new point release occurs (e.g., 7.7.0 to 7.7.1) using any cp-ansible other than the current point release will fail to install on Ubuntu because a...
Currently node_exporter install always downloads the package on the localhost and unpacks it there then uploads it to the remote host. In the case the ansible controller is at the...