Alexander Gallego
Alexander Gallego
Taking a look at this today. Can you post the full cmake error log.
i tried testing today but f31 upgraded to cgroups2 and docker-ce wasn't starting. if you can upload the full log, I'll try to debug it @jriehl
perf thanks. looking
ok can reproduce with `podman run -it ubuntu:disco` seeing the deps, they haven't been updated here in a while. that's basically the issue. seastar and dpdk have advanced. I'm gna...
ok i looked into this a little bit. looks like some deps are just old and need to be updated. Currently the build is very close to being 100% reproducible,...
we should have all the deps install-deps.sh
there is a micro benchmark that tell you the time it takes to round-trip a payload in the /bench of the compression tree. you can run. it tells you even...
@hassila https://github.com/redpanda-data/redpanda/blob/dev/src/v/compression/tests/zstd_stream_bench.cc#L51-L54 all the compressors have the same interface, so you can do snappy, zstd, etc in the redpanda code w/ the redpanda allocator there. it will print it on...
@rystsov + @mmaslankaprv this should helpful. raft quorum write ack in memory. this probably has a bunch of downstream effects like snapshotting and probably keeping track of yet one more...
@jcsp how does this differ from in-memory acks