Alexander Gallego
Alexander Gallego
given the existence of `rpk redpanda start --sandbox`-style family of commands, it would be great to have an rpk command - adatabase of profiles of a production workload. Effectively once...
Today, the admin api allows users to specify partition placement constraints for data residency. However, in the case of total cluster failure (all nodes reboot), we will loose the constraint...
Effectively, you should be able to call `ninja -j1 ` and have it codegen code for you. Because the outputs are non-libraries, you cannot force a particular file codegen
Prometheus can add latency to the data path. Use a low priority scheduling group for the metrics. ref: https://groups.google.com/forum/#!topic/seastar-dev/adKyzRgqc5E ``` > with_scheduling_group(maintenance_scheduling_group, [&] { > return > prometheus_server.listen(ipv4_addr{prom_addr.addr_list.front(), > pport}).handle_exception([pport,...
https://github.com/scylladb/seastar/commit/71e914ed20a91751d504a3c0504438b82fcd35b6
the rpc_server should have 2 seastar::ipv4_addr structs, one for http and one for rpc. There should be no implicit addr 's in codebase. i.e.: :::0
@KowalczykBartek added the smf-java impl to the organization. So we should bring the generator back and finish it and make sure it works.
Just like we did for boost, we need to pass test that we are always building ourselves and deps with -fPIC so we can ship binaries around servers.
I think the functionality seems a bit duplicate. We should unify them. /cc @noahdesu
after the removal of bazel & cleanup of the build system, docker-deps.sh is no longer needed.