Markus Pilman

Results 5 issues of Markus Pilman

The severity-levels are declared here: https://github.com/apple/foundationdb/blob/648fc8ec7c3c9f55e6c552f7b281db3c4acc40b4/flow/Trace.h#L45 However, there doesn't seem to be any explanation what they actually mean. I usually like the approach of defining it through production reporting. For...

documentation

There are several ways we can corrupt a cluster without losing a majority of data: - We could lose enough tlogs so that we can't recover without losing any storages...

I have a project that implicitly depends on swift-nio-ssl (through GRPC and PostgresNIO I believe). When I am building on Linux Arm64 (not yet checked on amd64) through docker I...

Under Linux+OS X we don't have any compilation warnings. But the reason for that is simply because I chose the compilation flags in a way that suppresses these warnings. However,...

We run into issues because `io_submit` is slow. In fact it can be (in rare cases) so slow that a process gets dropped because it stops to heartbeat for too...