Meng Xu
Meng Xu
If we below we should automatically restart this, we can do this in FDB to let the process recruit another SS role automatically.
This is the measurement for all processes in a cgroup. So I will add it to MachineMetrics
This is an interesting idea. Have you benchmarked its impact on FDB's performance? Having two tLogs competing the same disk's IOPS might affect performance. tLog's disk capacity is typically over...
What is the definition of `priority` in the above example? Does it mean that `wait` in the `when` condition should have higher priority than the `wait` inside the `when` statement?...
> I might give this a try (if you think it's doable). I am a first time contributor Hi, sorry for replying late. Have you tried to compile FDB from...
Is the above performance gain the best performance gain by having PGO and LTO?
Will some allowed command in `fdbcli` cause corruption of a cluster? If yes, we may want to harden the `fdbcli` as well to avoid the misoperation. (This question is more...
This issue turns out to be a bigger issue. It has the following items: - [ ] Fixing DD's misconfigured locality issue; - [ ] Adding the simulation test for...
Add some clarification on this issue: **The problem:** When `fdbcli` uses `configure [storage_engine]` , the current system (data distribution) marks all storage servers (which uses the old storage engine) as...
To completely solve this issue, we need: 1. Ensure at most one storage server per process, which requires: i) change simulation test such that it will not change storage engine...