Travis Downs
Travis Downs
For instance types with local SSD, the DB does not contain the read and write IOPS values. AWS publishes these values for all recent instance types, e.g., here for the...
Seastar http server implementation supports multiple listeners. It may be required for the handler logic to know which listener the connection is coming from. Added listener_idx field to `httpd::request` to...
This PR allows httpd exceptions to optionally have a content type: if present the usual json encoding of the error reply is disabled and the body is used as is,...
When Redpanda starts up, it outputs a large variety of log lines including things like configuration settings and other stuff, which is often very useful for diagnosing issues. Some of...
### Description The doc for docker system prune does not say it will remove build cache: https://docs.docker.com/reference/cli/docker/system/prune/ > Remove all unused containers, networks, images (both dangling and unused), and optionally,...
`fio` should have a mode where when fallocating the file fails, it fails. Currently it seems that both `fallocate=native` (the default) and `fallocate=posix` both just don't fallocate the file if...
**Please acknowledge the following before creating a ticket** - [x] I have read the GitHub issues section of [REPORTING-BUGS](../blob/master/REPORTING-BUGS). **Description of the bug:** When sequential tests are run with the...
I have CPU 6 offline (it's a HT sibling of 0 and I didn't want anything running there), using something like: ``` echo 0 | sudo tee /sys/devices/system/cpu/cpu6/online ``` then...